forked from Zynh0722/permafrost
foundry: fix proxy_pass
This commit is contained in:
parent
be48fb5eb1
commit
41ad6fe8ea
1 changed files with 0 additions and 3 deletions
|
@ -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";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue