-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
unknown directive "auth_request" in /etc/nginx/conf.d/edgex-default.conf:59 #891
Comments
@divyashree123456 please provide dockerfile/compose config you are using. |
Hi @oxpa compose config for nginx:
|
Can you run 'nginx -V' in the container that fails to start and post the output here, please? |
Hi @oxpa , the compose file is :
And how can we configure auth _request in the nginx. please do suggest me on this |
please @oxpa Help me to resolve this issue. |
@divyashree123456 judging by the configure arguments - you didn't build auth request module. So you have to rebuilt nginx binary. And it also probably means that the docker image you are using is not from this repo. |
Hi @oxpa , |
Hi @divyashree123456, did the rebuild fix the issue? |
Hi @oxpa , we rebuild nginc with auth request module ,this issue got resloved by this . |
Hi @oxpa please give me any suggestion or a input for this issue . |
@divyashree123456 the error message contains all the information. There is nothing I can add to it. |
Hi @oxpa any suggestions to resolve this. |
@divyashree123456 I don't think this question belongs here: this is definitely not an nginx docker image problem. |
while running nginx with docker i m facing error nginx: [emerg] unknown directive "auth_request" in /etc/nginx/conf.d/edgex-default.conf:59
while Running edgex napa version using docker
please help me to debug the issue.
The text was updated successfully, but these errors were encountered: