HTML5 Boilerplate Server Configs
- web.config for IIS
- nginx.conf for nginx
- lighttpd for lighttpd
- .htaccess for Apache is actually kept in the original boilerplate repo
- app.yaml and gae.py for Google AppEngine
- node.js for NodeJS
These configurations offer settings which aid in site performance. Below are guides on how to use them and what's inside each:
- Guide to .htaccess for apache
- Guide to web.config for IIS
- Guide to nginx.conf for nginx