This commit is contained in:
Stefan Wieczorek
2022-06-06 09:43:37 +02:00
parent 1f6333f2df
commit 0fd42dd8ee
29 changed files with 29 additions and 29 deletions

View File

@@ -87,7 +87,7 @@ server {
access_log off;
}
location ~* \.(?:svg|gif|png|html|ttf|woff|ico|jpg|jpeg)$ {
location ~* \.(?:svg|gif|png|html|ttf|woff|woff2|ico|jpg|jpeg)$ {
try_files $uri /index.php$uri$is_args$args;
# Optional: Don't log access to other assets
access_log off;