html5-boilerplate-server-configs
html5-boilerplate-server-configs copied to clipboard
webserver configuration templates for various platforms, goes well with HTML5 Boilerplate
HTML5 Boilerplate Server Configs
This repo contains best-practice server configurations for:
- 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