fix typo in nginx config
This commit is contained in:
parent
76756d20e9
commit
9b1d4faff8
|
@ -168,7 +168,7 @@ server {
|
|||
|
||||
location / {
|
||||
#Using variable to disable start checks
|
||||
set \$meshcentral http://{$MESH_SERVICE}:443;
|
||||
set \$meshcentral http://${MESH_SERVICE}:443;
|
||||
|
||||
proxy_pass \$meshcentral;
|
||||
proxy_http_version 1.1;
|
||||
|
|
Loading…
Reference in New Issue