mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-17 02:12:55 +02:00
Add HSTS header and discovery config 8
This commit is contained in:
@@ -40,7 +40,7 @@ spec:
|
||||
proxy.config.php: |
|
||||
<?php
|
||||
$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:
|
||||
enabled: true
|
||||
|
||||
Reference in New Issue
Block a user