|
@@ -28,6 +28,8 @@ server {
|
|
|
location ~ /\.hg/ {return 404;}
|
|
location ~ /\.hg/ {return 404;}
|
|
|
location ~ /\.bzr/ {return 404;}
|
|
location ~ /\.bzr/ {return 404;}
|
|
|
|
|
|
|
|
|
|
+ disable_symlinks if_not_owner from=%docroot%;
|
|
|
|
|
+
|
|
|
include %home%/%user%/conf/web/nginx.%domain%.conf*;
|
|
include %home%/%user%/conf/web/nginx.%domain%.conf*;
|
|
|
}
|
|
}
|
|
|
|
|
|