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

@@ -41,7 +41,7 @@ server {
fastcgi_param PHP_VALUE "{{php_settings}}";
}
location ~* ^.+\.(css|js|jpg|jpeg|gif|png|ico|gz|svg|svgz|ttf|otf|woff|eot|mp4|ogg|ogv|webm|webp|zip|swf)$ {
location ~* ^.+\.(css|js|jpg|jpeg|gif|png|ico|gz|svg|svgz|ttf|otf|woff|woff2|eot|mp4|ogg|ogv|webm|webp|zip|swf)$ {
add_header Access-Control-Allow-Origin "*";
expires max;
access_log off;