Where is the nginx.conf located for the rasa/nginx docker image?

The Docker Hub provides the rasa/nginx image however on GitHub I cannot file the nginx.conf file. Where can I find it?

Hey! You should be able to find it inside the rasa/nginx container, under /opt/bitnami/nginx/conf/nginx.conf.

1 Like

Thanks this worked out well. Let me just point out that the nginx configuration for rasa-x is here:

/opt/bitnami/nginx/conf/conf.d/rasax.nginx

thanks for the help