15143018065 vor 2 Jahren
Ursprung
Commit
d0dc156361
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2 2
      ruoyi-ui/docker/prod/nginx.conf

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

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