foundry: fix proxy_pass

This commit is contained in:
Zynh Ludwig 2024-12-27 07:16:26 -08:00
parent be48fb5eb1
commit 41ad6fe8ea

View file

@ -27,9 +27,6 @@ in
# These are important to support WebSockets # These are important to support WebSockets
proxy_set_header Upgrade $http_upgrade; proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "Upgrade"; proxy_set_header Connection "Upgrade";
# Make sure to set your Foundry VTT port number
proxy_pass http://localhost:30000;
''; '';
proxyPass = "http://localhost:30000"; proxyPass = "http://localhost:30000";
}; };