Closed sainak closed 1 month ago
Hi @sainak I would like to work on this feature. Could you assign it to me ?
Work In Progress
@sainak I see the backend sets Cache-Control: max-age=31536000, immutable. Should I use proxy_hide_header to change this, or is it intentional?
@sainak Should I make the PR with proxy_hide_header ?
Hi @sainak ! I just created a pull request solving this issue : #8575
Hi @sainak @rithviknishad , I was working on this issue and had a few questions, but noticed @vishwansh01 submitted a PR without being assigned. Could you clarify how to proceed in such cases? Thanks!
In the nginx conf there are no cache control headers added which causes the index.html to be cached by the browser
to fix this add a cache-control header with ttl = 7 days for regular files and ttl = 6 hrs for index.html