Skip to content

Commit f7a82c5

Browse files
committed
Fix template typo, incorrect close tag. #6324
1 parent a6164cb commit f7a82c5

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)