Hi i tried to put the backend behind a nginx rever...
# netmaker
q
Hi i tried to put the backend behind a nginx reverse proxy. From backend.netmaker.example.org/ i get a 404 From backend.netmaker.example.org/api/users/adm/hasadmin i get a json with false as response. In my docker-compose i defined: environment: BACKEND_URL: "https://backend.netmaker.kazies.win:443" http 301 redirects to https per default for all my services. May this be the issue?