fix: forgot ;
This commit is contained in:
parent
890b90a7c2
commit
23813ac048
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ server {
|
|||
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_set_header Upgrade $http_upgrade;
|
||||
proxy_pass http://firezone:13000;
|
||||
client_max_body_size 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue