Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nsylke/nginx-boilerplate
A collection of NGINX configuration snippets
https://github.com/nsylke/nginx-boilerplate
boilerplate nginx nginx-config
Last synced: 25 days ago
JSON representation
A collection of NGINX configuration snippets
- Host: GitHub
- URL: https://github.com/nsylke/nginx-boilerplate
- Owner: nsylke
- License: mit
- Created: 2020-01-25T02:11:53.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-25T16:12:09.000Z (almost 5 years ago)
- Last Synced: 2024-10-30T20:48:38.847Z (2 months ago)
- Topics: boilerplate, nginx, nginx-config
- Homepage:
- Size: 7.81 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
## NGINX Boilerplate
A collection of configuration snippets to help improve performance and security.
NGINX was built from the sources with the following modules:
- [ngx_http_auth_pam_module](https://github.com/sto/ngx_http_auth_pam_module)
- [ngx_http_dav_ext_module](https://github.com/arut/nginx-dav-ext-module)
- [ngx_http_echo_module](https://github.com/openresty/echo-nginx-module)
- [ngx_http_geoip_module](https://nginx.org/en/docs/http/ngx_http_geoip_module.html)
- [ngx_http_geoip2_module](https://github.com/leev/ngx_http_geoip2_module)
- [ngx_http_image_filter_module](https://nginx.org/en/docs/http/ngx_http_image_filter_module.html)
- [ngx_http_subs_filter_module](https://github.com/yaoweibin/ngx_http_substitutions_filter_module)
- [ngx_http_upstream_fair_module](https://github.com/gnosek/nginx-upstream-fair)
- [ngx_http_xslt_filter_module](https://nginx.org/en/docs/http/ngx_http_xslt_module.html)
- [ngx_mail_module](https://nginx.org/en/docs/mail/ngx_mail_core_module.html)
- [ngx_ssl_ct_module](https://github.com/grahamedgecombe/nginx-ct)
- [ngx_stream_module](https://nginx.org/en/docs/stream/ngx_stream_core_module.html)## License
Nginx Boilerplate is an open source software licensed under the [MIT license](LICENSE).