Skip to content

Commit

Permalink
ci: fix caddy proxies
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaud-ritti committed Mar 15, 2024
1 parent ae902aa commit 3fd25e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .docker/Caddyfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

# Point all PHP requests to an upstream socket, served by php-fpm
php_fastcgi localhost:9000 {
trusted_proxies private_ranges
trusted_proxies private_ranges 100.0.0.0/8
capture_stderr
}

Expand Down

0 comments on commit 3fd25e2

Please sign in to comment.