server-configs-nginx/doc/TOC.md

22 lines
747 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.
2014-10-23 11:30:35 +02: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-encounterederrors.
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.