domainoverflow / nginxconfig.io

๐ŸŽ›๏ธ nginx config generator generator on steroids.

Home Page:https://nginxconfig.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nginxconfig.io

Online nginx configuration generator.

Features

  • HTTPS (with Let's Encrypt or custom certificate)
  • HTTP2
  • SSL profiles
  • HSTS
  • force HTTPS
  • CDN
  • www / non-www
  • redirect subdomains
  • IPv4, IPv6
  • PHP (TCP, 5.x FPM, 7.0 FPM, 7.1 FPM, 7.2 FPM, 7.3 FPM)
  • Reverse proxy (e.g. Node.js)
  • WordPress security essentials
  • Drupal security essentials
  • 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

Resources

About

๐ŸŽ›๏ธ nginx config generator generator on steroids.

https://nginxconfig.io

License:MIT License


Languages

Language:HTML 73.4%Language:JavaScript 19.8%Language:CSS 6.3%Language:Shell 0.5%