ianhobbs / Nginx-Server-Block-Generator

A Javascript webpage to generate a server config for Nginx.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nginx Server Block Generator

Use on ajsalkeld.com, or read more about it.

A Javascript webpage to generate a server config for Nginx.

Fill out the form and click 'Just Do It!'. The script then generates a server config file for use in either nginx.conf (as server{}) or in a virtual host file.

Current options

  • Set port to listen on
  • Set server_name
  • Set root directory
  • Set index
  • Enable php-fpm and change socket
  • Enable SSL and set certificate and key locations
  • Block image leeching (or hotlinking)
  • Allow Wordpress pretty permalinks

TODO:

  • Add IPv6
  • Add more advanced SSL options
  • Anything else I think of/is suggested.

Known problems

Code is a wee bit messy, but hey-ho it works. Any problems you experience, please report the issue!

Contributing

Feel free to add code and fix my mess, and then make a pull request. Shoutout to jartaud for doing just so.

About

A Javascript webpage to generate a server config for Nginx.

License:MIT License


Languages

Language:CSS 61.4%Language:JavaScript 23.0%Language:HTML 15.6%