We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 456331d + bfbe666 commit 7ee4b34Copy full SHA for 7ee4b34
templates/config/nginx/main.conf.mustache
@@ -153,7 +153,7 @@ server {
153
log_not_found off;
154
}
155
# Cache static files
156
- location ~* \.(ogg|ogv|svg|svgz|eot|otf|woff|woff2|mp4|ttf|rss|atom|jpg|jpeg|gif|png|ico|zip|tgz|gz|rar|bz2|doc|xls|exe|ppt|tar|mid|midi|wav|bmp|rtf|swf)$ {
+ location ~* \.(ogg|ogv|svg|svgz|eot|otf|woff|woff2|mp4|ttf|rss|atom|jpg|jpeg|gif|png|ico|zip|tgz|gz|rar|bz2|doc|xls|exe|ppt|tar|mid|midi|wav|bmp|rtf|swf|webp)$ {
157
add_header "Access-Control-Allow-Origin" "*";
158
access_log off;
159
0 commit comments