Runtime and readme updates

This commit is contained in:
programmingPug
2025-01-16 13:13:30 -05:00
parent b1d3528ced
commit 83a79b2ffe
6 changed files with 122 additions and 13 deletions

View File

@@ -28,7 +28,7 @@ http {
# Proxy API Requests to ASP.NET Core API
location /api/ {
proxy_pass http://soilmoisture_api:80/api/;
proxy_pass http://plantpal_api:80/api/;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection 'upgrade';