mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-18 18:42:56 +02:00
Add HSTS header and discovery config 8
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user