⚙️ NGINX config generator on steroids 💉
 
 
 
Go to file
Bálint Szekeres 0e641b3dff
Update README.md
2018-01-21 11:14:21 +01:00
public clipboardSuccess 2018-01-20 22:01:08 +01:00
.editorconfig Travis CI 2018-01-13 12:17:25 +01:00
.travis-deploy.sh Travis StrictHostKeyChecking no 2018-01-13 13:01:07 +01:00
.travis.yml Travis script path fix 2018-01-13 12:34:52 +01:00
LICENSE.md add LICENSE.md 2018-01-11 14:05:03 +01:00
README.md Update README.md 2018-01-21 11:14:21 +01:00

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 essentials
  • pass requests to index.php (Laravel, Lumen, Symfony, Zend, CodeIgniter, Yii, Phalcon, CakePHP, Slim...)
  • pass requests to index.html (Angular, React, Vue.js, Ember.js...)
  • unified (nginx.conf) / separated file structure (ideal for multi-domain environment)
  • 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