Hey, about those 404s,
In fact I was making things a bit overly complicated. Removing the integrated gateway was not a good idea, because it makes things harder to manage.
I stumbled upon this comment here that said what I needed to do.
So for anyone reading this,
Step 1: Add your reverse proxy’s network to taiga-events’ networks
Step 2 : Don’t change anything in the gateway config (:
Step 3 : In NPM or any nginx reverse proxy, set two locations,
- location / proxying to taiga-gateway port 80
- location /events proxying to taiga-events/events/ port 8888
The trailing slash is there because NPM is weird.
Thanks, @david.barragan <3
NB: it may be useful to mention this in the “configure the proxy” section of the documentation.