Go to file
Pentago a36387848f 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
More on FreeBSD's accept filters:
http://www.freebsd.org/cgi/man.cgi?accf_http
http://www.freebsd.org/cgi/man.cgi?accf_data

Also added 'defered' (TCP_DEFER_ACCEPT) socket option to SSL server on Linux hosts and organized/commented both platform directives above the default value.

Related to https://github.com/h5bp/server-configs-nginx/blob/master/sites-available/example.com#L19
2015-04-01 23:10:30 +02:00
bin add a header doc block 2014-10-24 09:30:14 +00:00
doc Merge pull request #89 from LC43/patch-3 2015-02-23 19:36:59 +01:00
h5bp Fix typo in `expires.conf` 2014-11-17 20:31:24 +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-03-25 11:11:38 +02: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 Remove vcf → text/x-vcard mapping from mime.types 2015-04-01 10:23:13 +03:00
nginx.conf Update the list of resources to be compressed 2015-03-25 11:10:39 +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.