๐ฅ
NGINX Proxy Automation
๐ฐ
How to start
- Clone this repository using the option --recurse-submodules
โ ๏ธ
git clone --recurse-submodules https://github.com/evertramos/nginx-proxy-automation.git proxy
We use submodule for basescript
- ๐ Run the script 'fresh_start.sh' from the ./proxy/bin folder
cd proxy/bin && ./fresh-start.sh --yes -e your_email@domain --skip-docker-image-check
Update the email above with your real e-mail address
๐งช Test the proxy
docker run -dit -e VIRTUAL_HOST=your.domain.com --network=proxy --name test-web httpd:alpine
or simply run:
./test.sh your.domain.com
Use your own domain name when testing this proxy and make sure your DNS is correctly configured.
๐ฅ
Video Tutorial I made a tutorial video to walk you through this project:
AWS EC2
Digital Ocean Droplet
OVH
๐
Server Automation Make user you try our Server Automation
https://github.com/evertramos/server-automation
Further information ๐
For more installation details please click here.