2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-04-28 03:26:45 +00:00

Fix for buggy Caddyfile (#8830)

This commit is contained in:
Oliver 2025-01-05 22:18:24 +11:00 committed by GitHub
parent 8b343e570e
commit decccf8163
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -71,9 +71,7 @@
reverse_proxy {$INVENTREE_SERVER:"http://inventree-server:8000"} { reverse_proxy {$INVENTREE_SERVER:"http://inventree-server:8000"} {
# If you are running behind another proxy, you may need to specify 'trusted_proxies' # If you are running behind another proxy, you may need to specify 'trusted_proxies'
trusted_proxies { # Ref: https://caddyserver.com/docs/json/apps/http/servers/trusted_proxies/
# enter your trusted proxy IP addresses here # trusted_proxies ...
}
} }
} }