瀏覽代碼

feat(KIP-6765): KERRY+小程序临停缴费功能未登录身份使用流程(触发重新发布功能8)

John-Hong 2 年之前
父節點
當前提交
6cccc32d0b
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      nginx_parking.conf

+ 1 - 0
nginx_parking.conf

@@ -3,6 +3,7 @@ server {
     server_name  _;
 
     location / {
+        root   /usr/share/nginx/html;
         index  index.html index.htm;
         try_files $uri $uri/ router;
     }