Browse Source

fixed config directory path

Serghey Rodin 13 years ago
parent
commit
09056dd75c

+ 1 - 1
install/0.9.7/rhel/templates/web/nginx/default.stpl

@@ -31,6 +31,6 @@ server {
     location ~ /\.hg/   {return 404;}
     location ~ /\.bzr/  {return 404;}
 
-    include %home%/%user%/conf/snginx.%domain%.conf*;
+    include %home%/%user%/conf/web/snginx.%domain%.conf*;
 }
 

+ 1 - 1
install/0.9.7/rhel/templates/web/nginx/default.tpl

@@ -28,6 +28,6 @@ server {
     location ~ /\.hg/   {return 404;}
     location ~ /\.bzr/  {return 404;}
 
-    include %home%/%user%/conf/nginx.%domain%.conf*;
+    include %home%/%user%/conf/web/nginx.%domain%.conf*;
 }