Go to file
Szekeres Bálint 0443b92c88 cypress video off 2018-07-01 17:05:47 +02:00
cypress cypress updates 2018-07-01 15:28:35 +02:00
public removed fonts 2018-07-01 15:13:49 +02:00
resources/scss header padding fix 2018-07-01 15:13:20 +02:00
.deploy_rsa.enc travis rsync 2018-07-01 16:13:23 +02:00
.editorconfig Travis CI 2018-01-13 12:17:25 +01:00
.gitignore travis rsync 2018-07-01 16:13:23 +02:00
.travis.yml added .travis_deploy.sh 2018-07-01 16:56:22 +02:00
.travis_deploy.sh added .travis_deploy.sh 2018-07-01 16:56:22 +02:00
LICENSE.md add LICENSE.md 2018-01-11 14:05:03 +01:00
README.md worker_connections fine tuning 2018-06-11 20:29:09 +02:00
cypress.json cypress video off 2018-07-01 17:05:47 +02:00
package-lock.json cypress updates 2018-07-01 15:28:35 +02:00
package.json cypress video off 2018-07-01 17:05:47 +02:00

README.md

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)
  • 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

Resources