Hallo,
i have use this tutorial but i have the problem. I put html files on epoch but these files are cached.
Clould anyone help me out please?
https://i.imgur.com/UlM31tr.png
atm i have add this code to resolve the problem, but im still confused why i need this
add_header Last-Modified $date_gmt;
add_header Cache-Control 'no-store, no-cache, must-revalidate, proxy-revalidate, max-age=0';
if_modified_since off;
expires off;
etag off;
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
This comment has been deleted
It appears to be working for me:
Do you get the same issue in a different browser? There’s an option to disable caching while the developer tools window is open in the developer tools settings pane. What happens when you enable that and reload the page?