Skip to content

7 Reverse Proxy

kharhys edited this page Apr 14, 2018 · 1 revision

npm run fn:deploy will setup Nginx as the web server and reverse proxy for your pod application on a remote host.

The pod will listen on a private port that can only be accessed with through LAN while Nginx will listen on a public port available over WAN. Nginx will be set up with a free SSL certificate using Let's Encrypt.

Clone this wiki locally