Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 333 Bytes

File metadata and controls

17 lines (10 loc) · 333 Bytes

Nginx-Reverse-Proxy-Automation

This is a bash script wich automates your workflow and sets up NGINX reverse proxys for you.

To use it install nginx on your Linux Server:

sudo apt update
sudo apt install nginx

Execute either with:

sudo chmod +x NGINX_rpat.sh
sudo ./NGINX_rpat.sh

or

sudo sh NGINX_rpat.sh