fix: images

This commit is contained in:
2026-05-23 18:09:27 +02:00
parent 2682f11392
commit 3e93e5cc58
2 changed files with 7 additions and 3 deletions
+3 -3
View File
File diff suppressed because one or more lines are too long
+4
View File
@@ -5,6 +5,10 @@ server {
root /usr/share/nginx/html;
index index.html;
location /images/ {
try_files $uri =404;
}
location / {
try_files $uri $uri/ /index.html;
}