Your Name 3 年之前
父節點
當前提交
2d0c2b6af7
共有 1 個文件被更改,包括 3 次插入2 次删除
  1. 3 2
      designer/gen_conf.py

+ 3 - 2
designer/gen_conf.py

@@ -16,8 +16,9 @@ content=""
 for c in cursor:
     did=c['hdesigner_id']
     print(did)
-    content+=" location ^~ /six/"+str(did)+"/ { \n"
-    content+=" alias /var/www/jared-six/"+str(did)+"/; }\n"
+#    content+=" location ^~ /six/"+str(did)+"/ { \n"
+    content+=" location ^~ /designers/cases/"+str(did)+"/1-page/new-sort/  { \n"
 
+    content+=" alias /var/www/jared-six/"+str(did)+"/; }\n"
 
 proc_file(content)