diff --git a/nginx.conf b/nginx.conf --- a/nginx.conf +++ b/nginx.conf @@ -15,6 +15,7 @@ root /usr/share/nginx/html; location / { + expires -1; index index.html; }