From fd351fd7c40081fa3d6ab1683c6cee63544c25f4 Mon Sep 17 00:00:00 2001 From: Foxaii Date: Fri, 30 Aug 2013 14:04:33 +0100 Subject: [PATCH] Add fonts to Nginx rewrites --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6ad775b..7f8beb7 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ npm install If you're using Nginx you'll need to add the Roots rewrites to your server config before the PHP block (`location ~ \.php$`) to use the clean URLs feature: ```nginx -location ~ ^/assets/(img|js|css)/(.*)$ { +location ~ ^/assets/(img|js|css|fonts)/(.*)$ { try_files $uri $uri/ /wp-content/themes/roots/assets/$1/$2; } location ~ ^/plugins/(.*)$ {