fix typo in nginx config

This commit is contained in:
sadnub 2021-12-29 09:26:15 -05:00 committed by GitHub
parent 76756d20e9
commit 9b1d4faff8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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;