@@ -21,7 +21,7 @@ http {
sendfile on;
keepalive_timeout 65;
server_tokens off;
-
+
gzip on;
gzip_min_length 1k;
gzip_buffers 4 16k;
@@ -34,7 +34,7 @@ http {
listen 80;
server_name localhost;
root /usr/share/nginx/frontend;
- autoindex on;
+ autoindex off;
autoindex_exact_size off;
autoindex_localtime on;
location / {