docker-nextcloud-stack/reverse-proxy.config.php

7 lines
165 B
PHP

<?php
$CONFIG = array (
'overwriteprotocol' => 'https',
'trusted_proxies' => array('172.19.0.2'),
'forwarded_for_headers' => array('HTTP_X_FORWARDED_FOR'),
);