Reverse Proxy
Configure the proxy to intercept inbound requests
Command
stoobly-agent run --proxy-mode reverse:<URL>Configuring /etc/hosts
Manual Configuration
sudo nano /etc/hosts127.0.0.1 example.com
127.0.0.1 api.example.com
::1 example.com
::1 api.example.comExample
Cleanup
Enabling HTTPS Traffic
Last updated