Open shadowbas opened 1 week ago
Fix issues with the nginx serving index.html when file is not found because of file miss.
This is a potential solution that moves away from the hash filename cache busting strategy.
This solution will require correct setup of etag to prevent index.html and other files that must update on change.
Another solution is to keep files of previous build around. This is what most angular projects tend to use.
Fixes: #1617
Fix issues with the nginx serving index.html when file is not found because of file miss.
This is a potential solution that moves away from the hash filename cache busting strategy.
This solution will require correct setup of etag to prevent index.html and other files that must update on change.
Another solution is to keep files of previous build around. This is what most angular projects tend to use.
Fixes: #1617