We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cdf36c commit b0a39aeCopy full SHA for b0a39ae
nginx.conf.sigil
@@ -86,7 +86,7 @@ server {
86
listen 443 ssl http2;
87
{{ if .SSL_SERVER_NAME }}server_name {{ .SSL_SERVER_NAME }}; {{ end }}
88
89
- access_log /var/log/nginx/{{ .APP }}-access.log;
+ access_log /var/log/nginx/{{ .APP }}-access.log json;
90
error_log /var/log/nginx/{{ .APP }}-error.log;
91
92
ssl_certificate {{ .APP_SSL_PATH }}/server.crt;
0 commit comments