2013-07-29 01:04:02 +02:00
|
|
|
# [Nginx Server Configs](https://github.com/h5bp/server-configs-nginx)
|
|
|
|
|
2014-06-22 20:43:43 +02:00
|
|
|
**Nginx Server Configs** is a collection of configuration snippets that can help
|
|
|
|
your server improve the web site's performance and security, while also
|
2013-11-22 11:32:55 +01:00
|
|
|
ensuring that resources are served with the correct content-type and are
|
|
|
|
accessible, if needed, even cross-domain.
|
|
|
|
|
2015-03-25 11:04:11 +01:00
|
|
|
|
2013-11-22 11:32:55 +01:00
|
|
|
## Documentation
|
|
|
|
|
2014-01-28 22:25:39 +01:00
|
|
|
The [documentation](doc/TOC.md) is bundled with
|
2013-11-22 11:32:55 +01:00
|
|
|
the project, which makes it readily available for offline reading and provides a
|
|
|
|
useful starting point for any documentation you want to write about your project.
|
|
|
|
|
2015-03-25 11:04:11 +01:00
|
|
|
|
2013-07-29 01:04:02 +02:00
|
|
|
## Contributing to this project
|
|
|
|
|
|
|
|
Anyone and everyone is welcome to contribute, but please take a moment to review
|
|
|
|
the [contributing guidelines](CONTRIBUTING.md).
|
|
|
|
|
|
|
|
* [Bug reports](CONTRIBUTING.md#bugs)
|
|
|
|
* [Feature requests](CONTRIBUTING.md#features)
|
|
|
|
* [Pull requests](CONTRIBUTING.md#pull-requests)
|
|
|
|
|
2015-03-25 11:04:11 +01:00
|
|
|
|
2013-07-29 01:04:02 +02:00
|
|
|
## Acknowledgements
|
|
|
|
|
|
|
|
Nginx Server Configs is only possible thanks to all the awesome
|
|
|
|
[contributors](https://github.com/h5bp/server-configs-nginx/graphs/contributors)!
|
|
|
|
|
|
|
|
|
|
|
|
This project is currently maintained by:
|
|
|
|
|
|
|
|
| [![@AD7six](http://s.gravatar.com/avatar/876a61b58a729fcf71048529885d64dc?s=90)](https://twitter.com/AD7six "Follow @AD7six on Twitter") |
|
|
|
|
|---|
|
|
|
|
| [Andy Dawson](http://ad7six.com/) |
|
|
|
|
|
2015-03-25 11:04:11 +01:00
|
|
|
|
2013-07-29 01:04:02 +02:00
|
|
|
## License
|
|
|
|
|
2015-03-25 11:04:11 +01:00
|
|
|
The code is available under the [MIT license](LICENSE.txt).
|