mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-08 16:49:02 +03:00
[GH-ISSUE #610] static file update not take effect #364
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @yuf19-2022 on GitHub (Aug 9, 2025).
Original GitHub issue: https://github.com/sigoden/dufs/issues/610
Problem
deploy a static html website,when i update some file, some computer show the old page,i need to clear browser cache,but i cannot make everyone do this.
Configuration
Log
Screenshots/Media
Environment Information
@sigoden commented on GitHub (Aug 9, 2025):
I don't think it's a dufs issue. Below is the dufs response header, which shouldn't cause a cache problem.
@yuf19-2022 commented on GitHub (Aug 9, 2025):
I have to open console,and check the disable cache,otherwise the request is from memory cache
@yuf19-2022 commented on GitHub (Aug 9, 2025):
even this,sometime it not take effect yet
@sigoden commented on GitHub (Aug 9, 2025):
Then you can run
curl -I <url>to compare the headers before and after the modification to see what has changed.@yuf19-2022 commented on GitHub (Aug 16, 2025):
but my response is
