fix: firezone websocket
This commit is contained in:
parent
62037c2495
commit
890b90a7c2
1 changed files with 6 additions and 0 deletions
|
@ -3,7 +3,13 @@ server {
|
||||||
server_name fz.ixvd.net;
|
server_name fz.ixvd.net;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
|
proxy_set_header X-Forwarded-For $remote_addr;
|
||||||
|
proxy_set_header X-Forwarded-Proto https;
|
||||||
|
proxy_set_header Host $host;
|
||||||
|
proxy_set_header Connection $http_connection;
|
||||||
|
proxy_set_header Upgrade $http_upgrade
|
||||||
proxy_pass http://firezone:13000;
|
proxy_pass http://firezone:13000;
|
||||||
|
client_max_body_size 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
error_page 500 502 503 504 /50x.html;
|
error_page 500 502 503 504 /50x.html;
|
||||||
|
|
Loading…
Reference in a new issue