isv-robot 2 years ago
parent
commit
07b6705437
1 changed files with 1 additions and 1 deletions
  1. 1 1
      nginx-conf/conf.d/default.conf

+ 1 - 1
nginx-conf/conf.d/default.conf

@@ -16,7 +16,7 @@ server {
     }
 
     location /api {
-        proxy_pass http://railway:2021;
+        proxy_pass http://admin:2021;
         proxy_read_timeout 300s;
         proxy_set_header Host railway.iamsee.com;
         proxy_set_header X-Real-IP $remote_addr;