ayHaru 4 年之前
父節點
當前提交
d910db613f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      conf/nginx/nginx-prod-https.conf

+ 1 - 1
conf/nginx/nginx-prod-https.conf

@@ -75,7 +75,7 @@ http
             root $folder_name;
             autoindex on;
             index  index.html index.htm index.php;
-            try_files $uri $uri/ /index.html;
+            try_files $uri $uri/ /merchant/index.html;
         }
 
         location ~ /mobile/[/\w]+\.php$ {