Releases: joaquimvr/Nginx-reverse-proxy-install
Releases · joaquimvr/Nginx-reverse-proxy-install
V1 - Proxy Rework
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
v0.0.1 - First Release
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 ;).