From 09056dd75ce27a09e10372c1b8341147b346877c Mon Sep 17 00:00:00 2001 From: Serghey Rodin Date: Sat, 27 Apr 2013 01:14:52 +0300 Subject: [PATCH] fixed config directory path --- install/0.9.7/rhel/templates/web/nginx/default.stpl | 2 +- install/0.9.7/rhel/templates/web/nginx/default.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/install/0.9.7/rhel/templates/web/nginx/default.stpl b/install/0.9.7/rhel/templates/web/nginx/default.stpl index 2af43134..c6e89abe 100755 --- a/install/0.9.7/rhel/templates/web/nginx/default.stpl +++ b/install/0.9.7/rhel/templates/web/nginx/default.stpl @@ -31,6 +31,6 @@ server { location ~ /\.hg/ {return 404;} location ~ /\.bzr/ {return 404;} - include %home%/%user%/conf/snginx.%domain%.conf*; + include %home%/%user%/conf/web/snginx.%domain%.conf*; } diff --git a/install/0.9.7/rhel/templates/web/nginx/default.tpl b/install/0.9.7/rhel/templates/web/nginx/default.tpl index a3535419..0e8ba97f 100755 --- a/install/0.9.7/rhel/templates/web/nginx/default.tpl +++ b/install/0.9.7/rhel/templates/web/nginx/default.tpl @@ -28,6 +28,6 @@ server { location ~ /\.hg/ {return 404;} location ~ /\.bzr/ {return 404;} - include %home%/%user%/conf/nginx.%domain%.conf*; + include %home%/%user%/conf/web/nginx.%domain%.conf*; }