We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f8fc60 commit e013b15Copy full SHA for e013b15
1 file changed
nginx/config/prod.conf
@@ -2,6 +2,7 @@ http {
2
log_format custom '$remote_addr - $server_addr [$time_local] '
3
'"$request" $status $body_bytes_sent '
4
'"$http_referer" "$http_user_agent"';
5
+ access_log /var/log/nginx/access.log custom;
6
# ===============================
7
# DEFAULT DENY HTTP & HTTPS
8
0 commit comments