I want to take the chatbot in live environment. My company wouldn’t let me use ngrok. So I set up virtual machine and also requested webserver for nginx. But I don’t know how to configure it. I have a few questions about this topic. Note: I don’t want to use Docker.
Note2: Nginx is already installed on a different server. I have 2 Windows Servers right now, one for web service (nginx) and the other for rasa.
- How do I run rasa on nginx hosted url instead of running it on my local? Should I make changes on the backend? Where should I make a change?
- During the integration with channel, is it enough to write nginx’s server ip number for the host, 5005 in the port in https:// host : port /webhooks/ channel_name /webhook? Do you need to do anything extra?
I’m new to these things, I would be very happy if you could help me step by step. Thank you so much.