Skip to content

Commit 79a71c6

Browse files
committed
Merge branch 'stable-3.1' of git.ispconfig.org:ispconfig/ispconfig3 into stable-3.1
2 parents 06cf2b4 + 6c096ff commit 79a71c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/conf/nginx_vhost.conf.master

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ server {
3434
server_name <tmpl_var name='domain'> <tmpl_var name='alias'>;
3535

3636
root <tmpl_var name='web_document_root_www'>;
37+
disable_symlinks if_not_owner;
3738

3839
<tmpl_if name='ssl_enabled'>
3940
<tmpl_if name='rewrite_to_https' op='==' value='y'>

0 commit comments

Comments
 (0)