Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nginx parametrisation on docker.openminted.eu/omtd-platform #7

Open
olanag1 opened this issue Sep 23, 2019 · 0 comments
Open

nginx parametrisation on docker.openminted.eu/omtd-platform #7

olanag1 opened this issue Sep 23, 2019 · 0 comments

Comments

@olanag1
Copy link

olanag1 commented Sep 23, 2019

Hello,
I'm trying to launch a openminted stand-alone application. The entry docker container for OMTD is docker.openminted.eu/omtd-platform, that has nginx already installed. I can load the main OMTD interface, but when I'm trying to login/sign-up, I'm redirected to the url 'http://127.0.0.1/api/openid_connect_login' . This url is not responding...

I suppose this url is generated in the nginx 'main.map' file, but in nginx.conf I found that all '/api' destintations are blocked :

               location /api {
                   # try_files $uri$args $uri$args/ /api
                   return 404 /api;

               }

What's wrong here ? Did I miss something ?

Thanks for your help :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant