Add HSTS header and discovery config 8

This commit is contained in:
Ruben Hensen
2025-02-04 14:31:25 +01:00
parent 34000cbddc
commit 3ac3645acb
+1 -1
View File
@@ -40,7 +40,7 @@ spec:
proxy.config.php: | proxy.config.php: |
<?php <?php
$CONFIG = array ( $CONFIG = array (
'trusted_proxies' => ['10.0.0.0/8', '192.168.1.1/24'], 'trusted_proxies' => ['10.0.0.0/8', '192.168.1.1/32'],
); );
phpClientHttpsFix: phpClientHttpsFix:
enabled: true enabled: true