mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2025-01-19 01:35:28 +01: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 Connection $http_connection;
|
||||||
proxy_set_header X-Forwarded-Proto https;
|
proxy_set_header X-Forwarded-Proto https;
|
||||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
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;
|
proxy_pass https://localhost:8443;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user