How to deploy Rasa on server

Hi,

I want to deploy my rasa chatbot on server. For that i have changed my url in endpoint.yml from localhost to hostname and by doing Post request from postman i’m able to hit the action server. But nlu server is running on localhost:5005. How to change it and please you can mention the steps of deployment in detail here?

http://hostname:5055/webhooks/rasa/webhook

I’m getting this error

"

404 Not Found

Not Found

The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.

"

please can i know what you did in the Post request (headers, boody…); am trying to do the same, and all i get is Gateway Timeout

Try this:

“rasa run --enable-api -m models… -p 5007” -p is used for ‘port’ number

DO keep your action server running