Logging tab

added support for domain specific acces_log / error_log (fixes #6)
This commit is contained in:
Szekeres Bálint
2018-09-03 22:53:56 +02:00
parent 1ecf62eb67
commit e721697ec5
4 changed files with 99 additions and 40 deletions

View File

@@ -28,7 +28,7 @@ http {
# logging
access_log {{ isAccessLog() ? data.access_log : 'off' }};
error_log {{ data.error_log }} warn;<!--
error_log {{ isErrorLog() ? data.error_log : '/dev/null' }};<!--
✔ limitReq --><span ng-if="data.limit_req">