|
@@ -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)
|