websocket support with reverse proxy

This commit is contained in:
bunkerity
2020-12-04 09:53:40 +01:00
parent 2112c306a8
commit 0d03f49ebc
2 changed files with 8 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
location %REVERSE_PROXY_URL% {
proxy_pass %REVERSE_PROXY_HOST%;
%REVERSE_PROXY_WS%
}