fix monitoring wrong error log. was access log, should be error.log

pull/2881/head
stepodev 2020-11-25 21:30:21 +01:00
parent 27c40a77a3
commit c0256724a7
1 changed files with 1 additions and 1 deletions

View File

@ -399,7 +399,7 @@ logpath = %(nginx_access_log)s
[nginx-tls-fallback]
port = http,https
logpath = %(nginx_access_log)s
logpath = %(nginx_error_log)s
# Ban attackers that try to use PHP's URL-fopen() functionality
# through GET/POST variables. - Experimental, with more than a year