save disc space
Issue-ID: VNFSDK-166
Change-Id: I7d0cf06777a4b7ae77dad8290840a5af17cc4e2e
Signed-off-by: Avinash S <avinash.s@huawei.com>
        tcp_nodelay on;
        keepalive_timeout 65;
        types_hash_max_size 2048;
-        access_log            /var/log/nginx/access.log;
-        error_log            /var/log/nginx/error.log;
+
+        #Comment or disable the access_log once tested to avoid runtime logs
+#        access_log            /var/log/nginx/access.log format gzip;
+        access_log            off;
+        error_log            /var/log/nginx/error.log format gzip;
 
        server {
                listen *:8703 ssl;