🐛: fix a bug that prevented images/logos to be displayed properly
This commit is contained in:
@@ -14,7 +14,7 @@ server {
|
|||||||
}
|
}
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
try_files _ /index.php$is_args$args;
|
try_files $uri $uri/ /index.php$is_args$args;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ index\.php$ {
|
location ~ index\.php$ {
|
||||||
|
Reference in New Issue
Block a user