nginx: put the comment back

feature/hass
Ingolf Wagner 2020-03-15 22:53:00 +08:00
parent 4afa1f605a
commit 2d8374571b
Signed by: palo
GPG Key ID: 76BF5F1928B9618B
1 changed files with 1 additions and 2 deletions

View File

@ -12,8 +12,8 @@ in {
recommendedProxySettings = lib.mkDefault true;
recommendedTlsSettings = lib.mkDefault true;
# for graylog logging
commonHttpConfig = ''
# for graylog logging
log_format graylog2_json escape=json '{ "timestamp": "$time_iso8601", '
'"facility": "nginx", '
'"src_addr": "$remote_addr", '
@ -30,7 +30,6 @@ in {
'"http_user_agent": "$http_user_agent" }';
access_log syslog:server=${access_log_sink} graylog2_json;
error_log syslog:server=${error_log_sink};
'';
};