We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fbbc5e commit 0990533Copy full SHA for 0990533
1 file changed
caddy/Caddyfile
@@ -86,6 +86,16 @@ codewithteddy.dev {
86
}
87
88
89
+ # Foundry VTT
90
+ handle /foundry* {
91
+ reverse_proxy localhost:30000 {
92
+ header_up Host {host}
93
+ header_up X-Real-IP {remote_host}
94
+ header_up X-Forwarded-For {remote_host}
95
+ header_up X-Forwarded-Proto {scheme}
96
+ }
97
98
+
99
# All other requests go to the web app with enhanced proxy configuration
100
handle {
101
reverse_proxy web_app:8000 {
0 commit comments