I'm following this guide: https://docs.nodebb.org/en/latest/configuring/proxies/nginx.html
and it works great, but I'd like the forum to not be available directly from my.server.org, but from my.server.org/forum
However, if I change
location /
to
location /forum
...the CSS and images are unavailable. What am I doing wrong?
Thanks!