Go to file
Goran dc3bae07ad Added FreeBSD w/ ZFS performance instructions
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
2015-07-06 19:10:45 +02:00
bin Fix typo in `inline.sh` 2015-05-11 17:59:39 +02:00
doc Merge pull request #104 from jeffwidman/patch-3 2015-06-05 10:55:12 +02:00
h5bp Don't use invalid examples 2015-05-29 15:32:23 +02:00
sites-available Added 'dataready' accept_filter for SSL servers on FreeBSD hosts as per 'accept_filter=filter' section of http://nginx.org/en/docs/http/ngx_http_core_module.html#listen 2015-04-01 23:10:30 +02:00
sites-enabled remove the sites-enabled readme 2013-11-20 18:06:02 +00:00
CHANGELOG.md Update `CHANGELOG.md` 2015-04-08 00:41:42 +03:00
CONTRIBUTING.md Update CONTRIBUTING.md and LICENSE.md 2013-08-21 16:56:25 +03:00
LICENSE.txt Rename `LICENSE.md` to `LICENSE.txt` 2015-03-25 10:05:20 +02:00
README.md README.md: Make minor improvements 2015-03-25 12:05:07 +02:00
mime.types Map `.manifest` → `text/cache-manifest` media type 2015-04-08 00:39:12 +03:00
nginx.conf Added FreeBSD w/ ZFS performance instructions 2015-07-06 19:10:45 +02:00

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:

@AD7six
Andy Dawson

License

The code is available under the MIT license.