ngrok start server code example
Example 1: ngrok start server rails
./ngrok http 3000
Example 2: install ngrok on server
ngrok http -host-header="localhost:[port]" [port]
./ngrok http 3000
ngrok http -host-header="localhost:[port]" [port]