no caching to get the 404 floppy after ejected

master
ugrnm 7 years ago
parent 3c86f123c9
commit 6fa6056935

@ -10,7 +10,9 @@ server {
server_name _;
error_page 404 /404-floppy-not-found.html;
add_header Cache-Control no-cache;
location = /404-floppy-not-found.html {
root /var/www/static;
internal;

Loading…
Cancel
Save