auto-nginx - for setting up a simple nginx config for further tweaking
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

il y a 5 ans
1234567891011121314
  1. ## auto-nginx - for setting up a simple nginx config for further tweaking
  2. this is a work under construction. i have yet to finish this, but it is a simple start for someone who have never created a script longer than 4 lines before.
  3. project plan:
  4. * actually learn to hack together something that looks like a bash scripts
  5. *
  6. * hopefully have a finished configuration in the end
  7. what this is supposed to do when it is finished:
  8. * create a simple nginx reverse-proxy configuration, ready for deployment
  9. * be able to run certbot and add ssl encryption to the reverse-proxy
  10. * support arguments to the command, for setup
  11. * optionally: harden the configuration to secure your precious server