We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ca73ae commit ef968ccCopy full SHA for ef968cc
README.md
@@ -78,7 +78,7 @@ This implementation is suitable for running in a container provided that the [ba
78
79
```shell
80
$ cd nginx-openid-connect
81
-$ docker run -d -p 8010:8010 -v $PWD:/etc/nginx/conf.d nginx-plus
+$ docker run -d -p 8010:8010 -v $PWD:/etc/nginx/conf.d nginx-plus nginx -g 'daemon off; load_module modules/ngx_http_js_module.so;'
82
```
83
84
## Configuring your IdP
0 commit comments