mirror of
https://github.com/digitalocean/nginxconfig.io.git
synced 2025-08-10 23:11:02 +08:00
Logging tab
added support for domain specific acces_log / error_log (fixes #6)
This commit is contained in:
@@ -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">
|
||||
|
||||
|
Reference in New Issue
Block a user