ccf 4 years ago
parent
commit
9461e148bb
1 changed files with 3 additions and 1 deletions
  1. 3 1
      config/nginx/template/proginn.nginx.conf

+ 3 - 1
config/nginx/template/proginn.nginx.conf

@@ -427,10 +427,12 @@ server {
         proxy_pass http://127.0.0.1;
         proxy_set_header Host {{domain}}.test.proginn.com;
     }
+
     location ^~ /upload_image {
         proxy_pass http://127.0.0.1;
-        proxy_set_header Host {{domain}}.test.proginn.com;
+        proxy_set_header Host {{domain}}.test-jishuin.proginn.com;
     }
+
     access_log /data/log/boss.log proginn-logid;
 }
 # festival