I am deploying Rasa-X on a personal server using docker-compose. I have a web app which also needs to be deployed on the server behind the nginx reverse proxy. I am unable to find a nginx configuration file in order to update the information of my web app into the same reverse proxy as that of Rasa-X.
I am not sure where I can use two nginx instances on the server i.e. one for rasa-x and one of my web app.
Is there a workaround or another workflow that I need to look into?
@wale
nope. This is quite weird since the docker Image for nginx/rasa does state that a nginx.conf file exists but there is no such file anywhere in the GitHub repositories.
Beyond that I am unsure how I would add another server block for my custom server running in its own docker container.
I have tried adding something like this to the config file: