diff --git a/install.sh b/install.sh index 38cb9880..b2e23d1f 100755 --- a/install.sh +++ b/install.sh @@ -649,6 +649,8 @@ 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 Pragma "no-cache"; } error_log /var/log/nginx/frontend-error.log; access_log /var/log/nginx/frontend-access.log; @@ -702,4 +704,4 @@ printf >&2 "${BLUE}Installation complete!${NC}\n\n" printf >&2 "${BLUE}Please refer to the github README for next steps${NC}\n" printf >&2 "\n\n" printf >&2 "${BLUE}%0.s*${NC}" {1..80} -printf >&2 "\n" \ No newline at end of file +printf >&2 "\n"