astrXbian/.install/nvh
fred 07db104b03 changing ipfs gateway port to 8080 2022-04-18 16:09:28 +02:00
..
README.md tool creating nginx proxy with local port, then it could be ipfs p2p teleported 2021-08-11 21:20:05 +02:00
nvh.sh use ressources from ipfs 2021-08-12 02:05:32 +02:00
ssl-bloc-redirect.txt tool creating nginx proxy with local port, then it could be ipfs p2p teleported 2021-08-11 21:20:05 +02:00
vhost.txt changing ipfs gateway port to 8080 2022-04-18 16:09:28 +02:00
vhost_php.txt changing ipfs gateway port to 8080 2022-04-18 16:09:28 +02:00

README.md

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