Skip to content

Commit 6475374

Browse files
author
vogelor
committed
fixed a typo in handling error-docs with ssl
1 parent 52e64cb commit 6475374

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/conf/vhost.conf.master

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117

118118
ErrorLog <tmpl_var name='document_root'>/log/error.log
119119

120-
<tmpl_if name='is_errordocs'>
120+
<tmpl_if name='errordocs'>
121121
ErrorDocument 400 /error/400.html
122122
ErrorDocument 401 /error/401.html
123123
ErrorDocument 403 /error/403.html

0 commit comments

Comments
 (0)