Fix Nginx file permissions and bypass browser cache

This commit is contained in:
Kroonk
2026-04-12 14:58:25 +02:00
parent 275db4ed08
commit 41bfb91ce3
2 changed files with 4 additions and 0 deletions

View File

@@ -158,6 +158,7 @@
$.ajax({
url: '/images/fulls/',
dataType: 'json',
cache: false,
success: function(files) {
var images = files.filter(function(f) {
if (f.type !== 'file') return false;