server-configs-nginx/doc/TOC.md

23 lines
918 B
Markdown
Raw Normal View History

2013-11-22 11:32:55 +01:00
[Nginx Server Configs homepage](https://github.com/h5bp/server-configs-nginx)
# Nginx Server Configs documentation:
## Getting started
* [Usage](usage.md) — Overview of the project contents.
2015-02-22 21:15:20 +01:00
* [Nginx.conf](nginx-conf.md) — General introduction to the main config file.
* [How Nginx works](how-nginx-works.md) — Understanding nginx, and how it differs from other webservers.
* [Common problems](common-problems.md) — Dealing with commonly-encountered errors.
2013-11-22 11:32:55 +01:00
## Example tasks
* [Hotlink protection](examples/hotlink-protection.md)
2013-11-22 11:32:55 +01:00
## Related projects
2013-11-22 11:33:50 +01:00
* [HTML5 Boilerplate](http://html5boilerplate.com) — professional front-end
2013-11-22 11:32:55 +01:00
template.
* [Server configs](https://github.com/h5bp/server-configs) — Configs for
other web servers.
* [Mozilla SSL Configuration Generator](https://mozilla.github.io/server-side-tls/ssl-config-generator/) — generate Mozilla Security recommended web server configs.