Skip to content

Commit 0ca86c1

Browse files
committed
fix caddy config
1 parent 5fd48b4 commit 0ca86c1

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

docker/Caddyfile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
{
2-
trusted_proxies static {$TRUSTED_PROXIES:private_ranges}
2+
servers {
3+
trusted_proxies static {$TRUSTED_PROXIES:private_ranges}
4+
trusted_proxies_strict
5+
}
6+
37
frankenphp {
48
worker /app/worker.php {
59
num {$FRANKENPHP_WORKERS:16}

0 commit comments

Comments
 (0)