You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unfortunately it's not possible to have multiple locations match as the docs say:
"The first regular expression to match the query will stop the search."
A possible fix would be to remove webfonts extensions from the media block and change the webfont block to
Only one location match is ever executed - therefore the relevant
location match must contain all relevant rules.
cross-domain-fonts is included by default, therefore for right now add
the cache rules for these requests directly to the
cross-domain-fonts.conf file
fixesh5bp/server-configs#85fixesh5bp/server-configs#86
Thanks to @misterjack
In the current version of the nginx site config (2012-07-23 that is) following snippet
is always outmatched by preceeding
Unfortunately it's not possible to have multiple locations match as the docs say:
"The first regular expression to match the query will stop the search."
A possible fix would be to remove webfonts extensions from the media block and change the webfont block to
The text was updated successfully, but these errors were encountered: