Author SHA1 Message Date
fraujulian 3e93e5cc58 fix: images 2026-05-23 18:09:27 +02:00
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;
}