I'm running my app on commandbox:lucee5-alpine-3.4.4 and I'm running into a really strange issue. For some reason static files like test.html are getting cached. If I set the content to "test 123" then request it, then update it to 'test 1234', I get "test 123" again. To rule out any browser caching I'm using Curl. Server.json below. Any ideas?
If you edit static files on prod, then either enable the file system watcher which automatically clears the cache, or disable the CommandBox servlet cache.
bdw429s
07/23/2023, 7:05 PM
You'll find all those settings under the web block. Use tab completion in the "server set" command.