Your Name il y a 3 ans
Parent
commit
2d0c2b6af7
1 fichiers modifiés avec 3 ajouts et 2 suppressions
  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)