isv-robot 2 년 전
부모
커밋
9b846cae9e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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://railwayAdmin:2021;
+        proxy_pass http://railway:2021;
         proxy_read_timeout 300s;
         proxy_set_header Host railway.iamsee.com;
         proxy_set_header X-Real-IP $remote_addr;