mirror of
https://github.com/myvesta/vesta
synced 2025-08-19 04:50:47 -07:00
fixed config directory path
This commit is contained in:
parent
2a97652b61
commit
09056dd75c
2 changed files with 2 additions and 2 deletions
|
@ -31,6 +31,6 @@ server {
|
||||||
location ~ /\.hg/ {return 404;}
|
location ~ /\.hg/ {return 404;}
|
||||||
location ~ /\.bzr/ {return 404;}
|
location ~ /\.bzr/ {return 404;}
|
||||||
|
|
||||||
include %home%/%user%/conf/snginx.%domain%.conf*;
|
include %home%/%user%/conf/web/snginx.%domain%.conf*;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -28,6 +28,6 @@ server {
|
||||||
location ~ /\.hg/ {return 404;}
|
location ~ /\.hg/ {return 404;}
|
||||||
location ~ /\.bzr/ {return 404;}
|
location ~ /\.bzr/ {return 404;}
|
||||||
|
|
||||||
include %home%/%user%/conf/nginx.%domain%.conf*;
|
include %home%/%user%/conf/web/nginx.%domain%.conf*;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue