parent
82275e2a33
commit
cd2ca9be86
@ -0,0 +1,31 @@
|
||||
# [nginxconfig.io](https://nginxconfig.io)
|
||||
|
||||
Online nginx configuration generator.
|
||||
|
||||
## Features
|
||||
* HTTPS (with [Let's Encrypt](https://letsencrypt.org), [Mozilla SSL Configuration Generator](https://mozilla.github.io/server-side-tls/ssl-config-generator/))
|
||||
* HTTP2
|
||||
* CDN
|
||||
* www / non-www
|
||||
* PHP (TCP, 5.x FPM, 7.0 FPM, 7.1 FPM, 7.2 FPM)
|
||||
* WordPress security
|
||||
* pass requests index.php, index.html
|
||||
* unified / separated file structure
|
||||
* security headers
|
||||
* `worker_processes`
|
||||
* `user`
|
||||
* `pid`
|
||||
* `access_log`
|
||||
* `error_log`
|
||||
* `gzip`
|
||||
* `server_tokens`
|
||||
* `log_not_found`
|
||||
* rate limiting (`limit_req`)
|
||||
* expiration by file types (`expires`)
|
||||
|
||||
## Built With
|
||||
* [Bootstrap](http://getbootstrap.com) - Grid, form controls
|
||||
* [AngularJS](https://angularjs.org) - Two-way data binding, template handling
|
||||
* [highlight.js](https://highlightjs.org) - nginx syntax highlight
|
||||
* [clipboard.js](https://clipboardjs.com) - Copy generated config to clipboard
|
||||
* [ngclipboard](http://sachinchoolur.github.io/ngclipboard/) - AngularJS directive for clipboard.js
|
Loading…
Reference in new issue