cdndigitaloceandigitalocean-community-toolsdrupalgziphacktoberfesthstshttp2httpsletsencryptnginxnginx-configsnginx-configurationphp-fpmrate-limitingsecuritysecurity-headerssslssl-certificatewordpress
e39c5bf4f7 | ||
---|---|---|
public | ||
.editorconfig | ||
README.md |
README.md
nginxconfig.io
Online nginx configuration generator.
Features
- HTTPS (with Let's Encrypt, Mozilla SSL Configuration 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 - Grid, form controls
- AngularJS - Two-way data binding, template handling
- highlight.js - nginx syntax highlight
- clipboard.js - Copy generated config to clipboard
- ngclipboard - AngularJS directive for clipboard.js