diff --git a/nginx.conf b/nginx.conf index 3f07e8e..aa3cebb 100644 --- a/nginx.conf +++ b/nginx.conf @@ -44,7 +44,7 @@ http { access_log /var/log/nginx/access.log main; location / { - + add_header Cache-Control "public, max-age=86400"; } } } \ No newline at end of file