mirror of
https://github.com/digitalocean/nginxconfig.io.git
synced 2025-11-05 02:36:10 +08:00
a152639e18baee395be63e505ee93dc455e8719f
Online nginx configuration generator.
Features
- HTTPS (with Let's Encrypt or custom certificate, 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 essentials (including CVE-2018-6389)
- pass requests to index.php
- pass requests to index.html
- unified (
nginx.conf) / modularized file structure (ideal for multi-domain environment) - security headers
worker_processesuserpidaccess_logerror_logclient_max_body_sizegzipserver_tokenslog_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
- Angular Tooltips - helper tooltips
- Masonry - files grid layout
Description
Languages
JavaScript
71.4%
Vue
26.3%
SCSS
2.3%
