Nginx proxy -> implications?
I am trying to put the manifest backend (127.0.0.1:1111) on a nginx proxy so it is served on mydomain.tld/backend. It seems to route correctly, but there is only a white screen rendered. What am I missing here?
For reference, when accessed directly via IP/port, it works perfectly
1 Reply
hello @crontent, can you show me your NGINX config to have a look ? Here is a default config for Manifest on NGINX. I guess the location "/" has to become "/backend" in your case: