mirror of
https://github.com/myvesta/vesta
synced 2025-08-21 13:54:28 -07:00
Fixed path for custom includes in caching template
This commit is contained in:
parent
0463b1282a
commit
31ef50228a
6 changed files with 12 additions and 12 deletions
|
@ -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*;
|
||||
}
|
||||
|
|
|
@ -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*;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue