Skip to content
Snippets Groups Projects
Commit f3b66c32 authored by Gallenkamp, Fabian's avatar Gallenkamp, Fabian
Browse files

Turn off nginx ip-address-logging by default.

parent c8fb7904
No related branches found
No related tags found
No related merge requests found
......@@ -59,11 +59,11 @@ http {
##
# Logging Settings
##
# FIXME: debug mode only, uncomment in production !!!
access_log /var/log/nginx/access.log;
error_log /var/log/nginx/error.log;
#access_log off;
#error_log off;
# FIXME: debug mode only, do not uncomment in production !!!
# access_log /var/log/nginx/access.log;
# error_log /var/log/nginx/error.log;
access_log off;
error_log off;
##
# Gzip Settings
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment