dc3bae07ad
On FreeBSD systems with ZFS, sendfile() is useless as ZFS's caching subsystem (adaptive replacement cache a.k.a ARC) already caches most frequently used files in RAM. Disabling sendfile() avoids redundant data caching. References: https://calomel.org/nginx.html http://blog.vx.sk/uploads/conferences/EuroBSDcon2012/zfs-tuning-handout.pdf |
||
---|---|---|
bin | ||
doc | ||
h5bp | ||
sites-available | ||
sites-enabled | ||
CHANGELOG.md | ||
CONTRIBUTING.md | ||
LICENSE.txt | ||
README.md | ||
mime.types | ||
nginx.conf |
README.md
Nginx Server Configs
Nginx Server Configs is a collection of configuration snippets that can help your server improve the web site's performance and security, while also ensuring that resources are served with the correct content-type and are accessible, if needed, even cross-domain.
Documentation
The documentation is bundled with 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.
Contributing to this project
Anyone and everyone is welcome to contribute, but please take a moment to review the contributing guidelines.
Acknowledgements
Nginx Server Configs is only possible thanks to all the awesome contributors!
This project is currently maintained by:
Andy Dawson |
License
The code is available under the MIT license.