Browse Source

配置修改

lzm 2 years ago
parent
commit
ce4992c489
2 changed files with 4 additions and 4 deletions
  1. 2 2
      ruoyi-ui/docker/prod/nginx.conf
  2. 2 2
      ruoyi-web/docker/prod/nginx.conf

+ 2 - 2
ruoyi-ui/docker/prod/nginx.conf

@@ -34,10 +34,10 @@ http {
         server_name  localhost;
 
         location /prod-api/ {
-           proxy_pass http://19.135.92.130:9090/;
+           proxy_pass http://19.135.92.130:8080/;
         }
         location /uploadPath/ {
-           proxy_pass http://19.135.92.130:9090/file/uploadPath/;
+           proxy_pass http://19.135.92.130:8080/file/uploadPath/;
         }
         location / {
             root /usr/share/nginx/html;

+ 2 - 2
ruoyi-web/docker/prod/nginx.conf

@@ -34,10 +34,10 @@ http {
         server_name  localhost;
 
         location /prod-api/ {
-           proxy_pass http://19.135.92.130:9090/;
+           proxy_pass http://19.135.92.130:8080/;
         }
         location /uploadPath/ {
-           proxy_pass http://19.135.92.130:9090/file/uploadPath/;
+           proxy_pass http://19.135.92.130:8080/file/uploadPath/;
         }
         location / {
             root /usr/share/nginx/html;