RasaHQ / rasa-nlu-trainer

DEPRECATED: We recommend using Rasa X https://rasa.com/docs/rasa-x/ for managing NLU data
MIT License
467 stars 185 forks source link

Nginx Proxy to Rasa Trainer #60

Closed distractedCoding closed 5 years ago

distractedCoding commented 5 years ago

Hello, my rasa-nlu-trainer is running on an Ubuntu Server.

We want to acces the trainer site over an nginx revers Proxy our configs for this looks like this

location /rasa/trainer { proxy_pass http://localhost:37291/; }

we start the Server with rasa-nlu-trainer --source $(pwd)/nlu.json --port 37291 an the service is running..

But all we get over Ourlink.com/rasa/trainer is a blank white Site. image