Skip to content

Commit

Permalink
[conf] fix wrong path in location block
Browse files Browse the repository at this point in the history
  • Loading branch information
mrhyde committed Apr 6, 2017
1 parent 5da45bd commit ab27750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nginx/conf.d/locations/cross-domain-fonts.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Cross domain webfont access
location ~* \.(?:ttf|ttc|otf|eot|woff|woff2)$ {
include conf.d/directive-only/cross-origin-resource-sharing.conf;
include conf.d/directives/cross-origin-resource-sharing.conf;

# Also, set cache rules for webfonts.
access_log off;
Expand Down

0 comments on commit ab27750

Please sign in to comment.