There was an error while loading. Please reload this page.
1 parent 5fd48b4 commit 0ca86c1Copy full SHA for 0ca86c1
1 file changed
docker/Caddyfile
@@ -1,5 +1,9 @@
1
{
2
- trusted_proxies static {$TRUSTED_PROXIES:private_ranges}
+ servers {
3
+ trusted_proxies static {$TRUSTED_PROXIES:private_ranges}
4
+ trusted_proxies_strict
5
+ }
6
+
7
frankenphp {
8
worker /app/worker.php {
9
num {$FRANKENPHP_WORKERS:16}
0 commit comments