fix: forgot ;

This commit is contained in:
Strix 2024-01-10 01:22:35 +01:00
parent 890b90a7c2
commit 23813ac048
No known key found for this signature in database
GPG key ID: 5F35B3B8537287A7

View file

@ -7,7 +7,7 @@ server {
proxy_set_header X-Forwarded-Proto https; proxy_set_header X-Forwarded-Proto https;
proxy_set_header Host $host; proxy_set_header Host $host;
proxy_set_header Connection $http_connection; proxy_set_header Connection $http_connection;
proxy_set_header Upgrade $http_upgrade proxy_set_header Upgrade $http_upgrade;
proxy_pass http://firezone:13000; proxy_pass http://firezone:13000;
client_max_body_size 0; client_max_body_size 0;
} }