Fix nginx config.
This commit is contained in:
parent
cffbb7cd58
commit
e4cea91ea8
1 changed files with 13 additions and 12 deletions
3
ansible/templates/nginx.conf
vendored
3
ansible/templates/nginx.conf
vendored
|
@ -72,6 +72,8 @@ server {
|
|||
expires max;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
# Anonymize IP addresses
|
||||
# https://www.supertechcrew.com/anonymizing-logs-nginx-apache/
|
||||
map $remote_addr $remote_addr_anon {
|
||||
|
@ -84,4 +86,3 @@ server {
|
|||
log_format main '$remote_addr_anon - $remote_user [$time_local] "$request" '
|
||||
'$status $body_bytes_sent "$http_referer" "$http_user_agent"';
|
||||
access_log /dev/stdout main;
|
||||
}
|
||||
|
|
Reference in a new issue