Make fixes for new Scalelite API (#18)

* Update sites.template.scalelite-proxy

* Update sites.template.scalelite-local
This commit is contained in:
Ahmad Farhat
2023-05-31 22:49:41 -04:00
committed by GitHub
parent 08f97bc884
commit 2a58cb781d
2 changed files with 2 additions and 2 deletions

View File

@@ -63,7 +63,7 @@ server {
}
location / {
proxy_pass http://docker-scalelite-api/health_check;
proxy_pass http://docker-scalelite-api;
include /etc/nginx/sites-common;
}
}