mirror of
https://github.com/friendica/friendica
synced 2024-11-09 17:02:54 +00:00
Add ttf and svg to skip the front controller
This makes themes that rely on the correct mimetype work.
This commit is contained in:
parent
b42427d576
commit
492a42eebe
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ server {
|
|||
# otherwise fall back to front controller
|
||||
# allow browser to cache them
|
||||
# added .htm for advanced source code editor library
|
||||
location ~* \.(jpg|jpeg|gif|png|css|js|htm|html)$ {
|
||||
location ~* \.(jpg|jpeg|gif|png|ico|css|js|htm|html|ttf|svg)$ {
|
||||
expires 30d;
|
||||
try_files $uri /index.php?q=$uri&$args;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue