🐛: fix a bug that prevented images/logos to be displayed properly

This commit is contained in:
VC
2025-02-14 11:22:53 +01:00
parent d7285bccd7
commit 78fe8d0148

View File

@@ -14,7 +14,7 @@ server {
}
location / {
try_files _ /index.php$is_args$args;
try_files $uri $uri/ /index.php$is_args$args;
}
location ~ index\.php$ {