We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c096ff commit b74eaeeCopy full SHA for b74eaee
server/conf/nginx_vhost.conf.master
@@ -34,7 +34,7 @@ server {
34
server_name <tmpl_var name='domain'> <tmpl_var name='alias'>;
35
36
root <tmpl_var name='web_document_root_www'>;
37
- disable_symlinks if_not_owner;
+ disable_symlinks if_not_owner from=$document_root;
38
39
<tmpl_if name='ssl_enabled'>
40
<tmpl_if name='rewrite_to_https' op='==' value='y'>
0 commit comments