Add default phone region

This commit is contained in:
Ruben Hensen
2025-02-04 15:10:49 +01:00
parent cf3b4dbc99
commit 8c06ac0a41
+6 -2
View File
@@ -42,6 +42,11 @@ spec:
$CONFIG = array ( $CONFIG = array (
'trusted_proxies' => ['10.0.0.0/8', '192.168.1.1/32'], 'trusted_proxies' => ['10.0.0.0/8', '192.168.1.1/32'],
); );
phone.config.php: |
<?php
$CONFIG = array (
'default_phone_region' => 'NL',
);
phpClientHttpsFix: phpClientHttpsFix:
enabled: true enabled: true
protocol: https protocol: https
@@ -51,8 +56,7 @@ spec:
annotations: annotations:
nginx.ingress.kubernetes.io/proxy-body-size: 100G nginx.ingress.kubernetes.io/proxy-body-size: 100G
nginx.ingress.kubernetes.io/configuration-snippet: | nginx.ingress.kubernetes.io/configuration-snippet: |
more_set_headers "Strict-Transport-Security: max-age=15768001; includeSubDomains"; more_set_headers "Strict-Transport-Security: max-age=15768000; includeSubDomains";
more_set_headers "X-Forwarded-Strict-Transport-Security: $upstream_http_strict_transport_security";
# kubernetes.io/tls-acme: "true" # kubernetes.io/tls-acme: "true"
cert-manager.io/cluster-issuer: prod-cluster-issuer cert-manager.io/cluster-issuer: prod-cluster-issuer
# # Keep this in sync with the README.md: # # Keep this in sync with the README.md: