Navigation Menu

Skip to content

Commit

Permalink
Merge pull request ezsystems#221 from waldermort/patch-1
Browse files Browse the repository at this point in the history
Implement EZP-23873: Allow fonts to be pulled
  • Loading branch information
yannickroger committed Jan 13, 2015
2 parents 43a6ce3 + 3255dd4 commit 66df14e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/nginx/etc/nginx/ez_params.d/ez_prod_rewrite_params
Expand Up @@ -4,4 +4,9 @@
## and make sure to comment these out in DEV environment.
rewrite "^/css/(.*)\.css" "/css/$1.css" break;
rewrite "^/js/(.*)\.js" "/js/$1.js" break;
rewrite "^/font/(.*)\.ttf" "/font/$1.ttf" break;
rewrite "^/font/(.*)\.woff" "/font/$1.woff" break;
rewrite "^/font/(.*)\.otf" "/font/$1.otf" break;
rewrite "^/font/(.*)\.eot" "/font/$1.eot" break;
rewrite "^/font/(.*)\.svg" "/font/$1.svg" break;

0 comments on commit 66df14e

Please sign in to comment.