Skip to content

Commit 1b58b83

Browse files
author
Till Brehm
committed
Merge branch '6324-template-typo' into 'develop'
Fix template typo, incorrect close tag. #6324 Closes #6324 See merge request ispconfig/ispconfig3!1972
2 parents 00cc402 + f7a82c5 commit 1b58b83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

server/conf/nginx_vhost.conf.master

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,11 +168,11 @@ server {
168168
<tmpl_if name='logging' op='==' value='yes'>
169169
error_log /var/log/ispconfig/httpd/<tmpl_var name='domain'>/error.log;
170170
access_log /var/log/ispconfig/httpd/<tmpl_var name='domain'>/access.log combined;
171-
</tmpl_var>
171+
</tmpl_if>
172172
<tmpl_if name='logging' op='==' value='anon'>
173173
error_log /var/log/ispconfig/httpd/<tmpl_var name='domain'>/error.log;
174174
access_log /var/log/ispconfig/httpd/<tmpl_var name='domain'>/access.log anonymized;
175-
</tmpl_var>
175+
</tmpl_if>
176176

177177
## Disable .htaccess and other hidden files
178178
location ~ /\. {

0 commit comments

Comments
 (0)