i missed a semi-colon...

This commit is contained in:
xithical 2021-12-14 00:44:56 +00:00
parent 00735c402b
commit f6b1cf68af

View File

@ -23,7 +23,7 @@ server {
proxy_set_header Connection $http_connection;
proxy_set_header X-Forwarded-Proto https;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header Host $http_host
proxy_set_header Host $http_host;
proxy_pass https://localhost:8443;