Skip to content

Commit

Permalink
Merge pull request ezsystems#219 from waldermort/patch-1
Browse files Browse the repository at this point in the history
Allow fonts to be pulled
  • Loading branch information
andrerom committed Jan 12, 2015
2 parents 9c6b91e + 3d00c9a commit e42212c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/apache2/vhost.template
Expand Up @@ -128,7 +128,7 @@
# Additional Assetic rules for environments different from dev,
# remember to run php ezpublish/console assetic:dump --env=prod
RewriteCond %{ENV:ENVIRONMENT} !("dev")
RewriteRule ^/(css|js)/.*\.(css|js) - [L]
RewriteRule ^/(css|js|font)/.*\.(css|js|otf|eot|ttf|svg|woff) - [L]

# Conditions for enabling webdav and soap interfaces from legacy
## Symlink files into your web folder and correct domain names to be valid server aliases
Expand Down

0 comments on commit e42212c

Please sign in to comment.