🐛: fix a bug that prevented images/logos to be displayed properly
This commit is contained in:
@@ -9,12 +9,12 @@ server {
|
||||
}
|
||||
|
||||
location ~* \.(js|css|png|jpg|jpeg|gif|ico|svg)$ {
|
||||
expires 2w;
|
||||
log_not_found off;
|
||||
expires 2w;
|
||||
log_not_found off;
|
||||
}
|
||||
|
||||
location / {
|
||||
try_files _ /index.php$is_args$args;
|
||||
try_files $uri $uri/ /index.php$is_args$args;
|
||||
}
|
||||
|
||||
location ~ index\.php$ {
|
||||
|
Reference in New Issue
Block a user