Manually setting up Rasa X with the provided docker-compose file as described in the Docs currently results in the nginx container complaining about invalid arguments in the config:
nginx_1 | SSL encryption is not used since no certificates were provided.
nginx_1 | % Total % Received % Xferd Average Speed Time Time Time Current
nginx_1 | Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (7) Failed to connect to app port 80: Connection refused
nginx_1 | 7
nginx_1 | >> exec docker CMD
nginx_1 | nginx
nginx_1 | 2019/08/06 11:16:18 [emerg] 1#0: invalid number of arguments in "proxy_set_header" directive in /opt/bitnami/nginx/conf/conf.d/rasax.nginx:21
nginx_1 | nginx: [emerg] invalid number of arguments in "proxy_set_header" directive in /opt/bitnami/nginx/conf/conf.d/rasax.nginx:21
When I try to access the Rasa X page I simply get “Unable to connect”.