Fixed path for custom includes in caching template

This commit is contained in:
Serghey Rodin 2014-02-11 16:38:15 +02:00
commit 31ef50228a
6 changed files with 12 additions and 12 deletions

View file

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

View file

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