chore: Normalize nginx path

This commit is contained in:
2026-04-05 00:03:05 -05:00
parent 877b78d897
commit fe74b49868

View File

@@ -17,8 +17,8 @@ server {
proxy_set_header X-Forwarded-Host ${VARIABLE}server_name;
}
location /naliia_agent/api {
proxy_pass http://bot:8010; # "bot" is the service name of another Docker container on port 8010
location /naliia_agent/api/ {
proxy_pass http://bot:8010/; # "bot" is the service name of another Docker container on port 8010
proxy_read_timeout 500;
proxy_connect_timeout 500;
proxy_send_timeout 500;