This commit is contained in:
zino
2023-12-10 13:50:42 +01:00
parent 82942a542d
commit 6781ca3bbd

View File

@@ -36,6 +36,11 @@ server {
proxy_pass http://$upstream; proxy_pass http://$upstream;
} }
location ~* \.(eot|otf|ttf|woff|woff2)$ {
add_header Access-Control-Allow-Origin *;
}
} }
server { server {