Nginx: Removed useless temp route

This commit is contained in:
Alexey Safronov 2023-09-29 15:23:04 +04:00
parent b5900aff6f
commit e4faab8fc1

View File

@ -260,10 +260,6 @@ server {
proxy_pass http://127.0.0.1:5014;
}
location ~* /sendtgreport {
proxy_pass http://127.0.0.1:5016;
}
location ~* /migration {
proxy_pass http://127.0.0.1:5034;
}