diff --git a/install.sh b/install.sh index b2e23d1f..0bbd49f1 100755 --- a/install.sh +++ b/install.sh @@ -649,7 +649,7 @@ server { location / { root /var/www/rmm/dist; try_files \$uri \$uri/ /index.html; - add_header Cache-Control "no-store, no-cache, must-revalidate"; + add_header Cache-Control "no-store, no-cache, must-revalidate"; add_header Pragma "no-cache"; } error_log /var/log/nginx/frontend-error.log;