We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a97652 commit 09056ddCopy full SHA for 09056dd
2 files changed
install/0.9.7/rhel/templates/web/nginx/default.stpl
@@ -31,6 +31,6 @@ server {
31
location ~ /\.hg/ {return 404;}
32
location ~ /\.bzr/ {return 404;}
33
34
- include %home%/%user%/conf/snginx.%domain%.conf*;
+ include %home%/%user%/conf/web/snginx.%domain%.conf*;
35
}
36
install/0.9.7/rhel/templates/web/nginx/default.tpl
@@ -28,6 +28,6 @@ server {
28
29
30
- include %home%/%user%/conf/nginx.%domain%.conf*;
+ include %home%/%user%/conf/web/nginx.%domain%.conf*;
0 commit comments