astrXbian/.install/nvh/README.md

420 B

Create custom Nginx reverse proxy easily

Create a reverse proxy for domain tata.toto.com go to port 80 of device 192.168.1.27, with auto-https and 443 redirection: ./nvh.sh tata.toto.com 192.168.1.27 80 ssl=1

Create a reverse proxy for my service on localhost on port 10010, no https: ./nvh.sh mylocalservice.fr 127.0.0.1 10010

TODO: Add option to configure a webserver, and option for php-fpm7.4 server

enjoy