mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
i missed a semi-colon...
This commit is contained in:
parent
00735c402b
commit
f6b1cf68af
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user