fix: delete /
This commit is contained in:
@@ -18,7 +18,7 @@ server {
|
|||||||
}
|
}
|
||||||
|
|
||||||
location /naliia_agent/api {
|
location /naliia_agent/api {
|
||||||
proxy_pass http://bot:8010/; # "bot" is the service name of another Docker container on port 8010
|
proxy_pass http://bot:8010; # "bot" is the service name of another Docker container on port 8010
|
||||||
proxy_read_timeout 500;
|
proxy_read_timeout 500;
|
||||||
proxy_connect_timeout 500;
|
proxy_connect_timeout 500;
|
||||||
proxy_send_timeout 500;
|
proxy_send_timeout 500;
|
||||||
|
|||||||
Reference in New Issue
Block a user