We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 06cf2b4 + 6c096ff commit 79a71c6Copy full SHA for 79a71c6
1 file changed
server/conf/nginx_vhost.conf.master
@@ -34,6 +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;
38
39
<tmpl_if name='ssl_enabled'>
40
<tmpl_if name='rewrite_to_https' op='==' value='y'>
0 commit comments