Skip to content

Commit

Permalink
config: add trusted_proxies to Caddyfile
Browse files Browse the repository at this point in the history
  • Loading branch information
chuckadams committed Jan 26, 2025
1 parent 41c35af commit ccf7e85
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions docker/webapp/Caddyfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
{
frankenphp
frankenphp
servers {
trusted_proxies static private_ranges
trusted_proxies_strict
}
}

http:// {
root * /app/public
php_server
log
root * /app/public
php_server
log
}

0 comments on commit ccf7e85

Please sign in to comment.