⚙️ NGINX config generator on steroids 💉
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
Szekeres Bálint c1c30f9792
index support
7 years ago
public index support 7 years ago
.deploy_rsa.enc
.editorconfig
.travis.yml replace COMMIT_HASH in every html 7 years ago
LICENSE.md
README.md

README.md

nginxconfig.io

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
    • X-Frame-Options
    • X-XSS-Protection
    • X-Content-Type-Options
    • Referrer-Policy
    • Content-Security-Policy
  • worker_processes
  • user
  • pid
  • access_log
  • error_log
  • client_max_body_size
  • gzip
  • server_tokens
  • log_not_found
  • rate limiting (limit_req)
  • expiration by file types (expires)

Built With