Merge pull request #24 from h5bp/move-config

Move config files
This commit is contained in:
Andy Dawson 2013-11-25 03:39:43 -08:00
commit f8578ec325
11 changed files with 8 additions and 8 deletions

6
h5bp/basic.conf Normal file
View File

@ -0,0 +1,6 @@
# Basic h5bp rules
include h5bp/directive-only/x-ua-compatible.conf;
include h5bp/location/expires.conf;
include h5bp/location/cross-domain-fonts.conf;
include h5bp/location/protect-system-files.conf;

View File

@ -1,6 +0,0 @@
# Basic h5bp rules
include h5bp/expires.conf;
include h5bp/x-ua-compatible.conf;
include h5bp/cross-domain-fonts.conf;
include h5bp/protect-system-files.conf;

View File

@ -30,6 +30,6 @@ server {
# Custom 404 page
error_page 404 /404.html;
# Include the component config parts for h5bp
include h5bp/h5bp.conf;
# Include the basic h5bp config set
include h5bp/basic.conf;
}