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
2014-10-23 17:50:58 +02:00
## Example tasks
* [Hotlink protection ](examples/hotlink-protection.md )
2013-11-22 11:32:55 +01:00
## Related projects
2018-11-23 13:15:44 +01:00
* [HTML5 Boilerplate ](https://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.
2014-12-16 09:48:16 +01:00
* [Mozilla SSL Configuration Generator ](https://mozilla.github.io/server-side-tls/ssl-config-generator/ ) — generate Mozilla Security recommended web server configs.