Skip to content

Commit b74eaee

Browse files
author
Till Brehm
committed
Improved #5718
1 parent 6c096ff commit b74eaee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/conf/nginx_vhost.conf.master

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +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;
37+
disable_symlinks if_not_owner from=$document_root;
3838

3939
<tmpl_if name='ssl_enabled'>
4040
<tmpl_if name='rewrite_to_https' op='==' value='y'>

0 commit comments

Comments
 (0)