diff --git a/templates/nginx.conf.j2 b/templates/nginx.conf.j2
index 22bca6b1a4a576c40cd40cff97b83faff0aa158f..e1239b914efd4ddf9ded75e350dd1f97f1676209 100755
--- a/templates/nginx.conf.j2
+++ b/templates/nginx.conf.j2
@@ -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