Skip to content

Releases: joaquimvr/Nginx-reverse-proxy-install

V1 - Proxy Rework

07 Nov 22:46
22ff9fd

Choose a tag to compare

Major improvements have been made to the Nginx Reverse Proxy installation script, various bugs have been fixed and several new features have been added. See the list below:

  • Automatic backups: The script now saves the state of your Nginx configurations before making any changes. If an error occurs, it will automatically restore your previous configuration to prevent issues.
  • Smarter backend input: The “Enter the backend server IP” prompt now accepts both IP addresses and domain names (with or without http/https).
  • Certificate renewal: Added a “Renew Reverse Proxy” feature that displays all your SSL certificates along with their expiration dates. You can select a certificate by number to renew it.
  • Cleaner interface: The overall script has a much cleaner look, less clutter, clearer prompts, and fewer errors.

Full Changelog: v0.0.2...v1

v0.0.2

29 Aug 05:10

Choose a tag to compare

Small bug fixes when trying to generate SSL certificates, should now always succeed making it fully stable to use.

v0.0.1 - First Release

27 Aug 11:27

Choose a tag to compare

First release of the NGINX auto installer, allowing you to create proxies without issues, it's functional but might have some quirks. in later versions everything will get ironed out!

Get started with: bash <(curl -s https://proxy.thedevjo.com)

Found a Bug?

Congratulations! Please open an issue and let me know what broke. Bonus points if you include error messages ;).