This commit is contained in:
Stefan Wieczorek
2024-05-03 11:01:40 +02:00
parent 23ac7344a1
commit 0360ec5f0f

View File

@@ -40,6 +40,7 @@ server {
}
location ~* \.(ico|jpg|jpeg|png|gif|svg|js|css|swf|eot|ttf|otf|woff|woff2|html|json)$ {
add_header Access-Control-Allow-Origin "*";
add_header alt-svc 'h3=":443"; ma=86400';
expires max;
access_log off;
if (!-f $request_filename) {