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.
2 parents 00cc402 + f7a82c5 commit 1b58b83Copy full SHA for 1b58b83
server/conf/nginx_vhost.conf.master
@@ -168,11 +168,11 @@ server {
168
<tmpl_if name='logging' op='==' value='yes'>
169
error_log /var/log/ispconfig/httpd/<tmpl_var name='domain'>/error.log;
170
access_log /var/log/ispconfig/httpd/<tmpl_var name='domain'>/access.log combined;
171
-</tmpl_var>
+</tmpl_if>
172
<tmpl_if name='logging' op='==' value='anon'>
173
174
access_log /var/log/ispconfig/httpd/<tmpl_var name='domain'>/access.log anonymized;
175
176
177
## Disable .htaccess and other hidden files
178
location ~ /\. {
0 commit comments