Skip to content

Commit 09056dd

Browse files
committed
fixed config directory path
1 parent 2a97652 commit 09056dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

install/0.9.7/rhel/templates/web/nginx/default.stpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ server {
3131
location ~ /\.hg/ {return 404;}
3232
location ~ /\.bzr/ {return 404;}
3333

34-
include %home%/%user%/conf/snginx.%domain%.conf*;
34+
include %home%/%user%/conf/web/snginx.%domain%.conf*;
3535
}
3636

install/0.9.7/rhel/templates/web/nginx/default.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ server {
2828
location ~ /\.hg/ {return 404;}
2929
location ~ /\.bzr/ {return 404;}
3030

31-
include %home%/%user%/conf/nginx.%domain%.conf*;
31+
include %home%/%user%/conf/web/nginx.%domain%.conf*;
3232
}
3333

0 commit comments

Comments
 (0)