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

@ -259,10 +259,6 @@ server {
location ~* /plugins {
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;