I believe there is also another example with the same issue.
My Nginx knowledge is pretty noobish so this could be something I've overlooked. But, if there is an issue, I will gladly create a PR to update the README docs... I love doing all the heavy-lifting ya know 💪 😉
Oh, and I'm talking about the AuthV2 examples, which may be the issue... Not sure if these are being maintained still.
Hi there!! Thank you for writing this module, it has really saved me a ton of time!!
I just wanted to point out a possible issue with two of the examples in the README.
I'm no expert with Nginx, but it appears that the
proxy_pass
directive for the non-root locations is incorrect.Instead of...
I believe the path specification is not needed.
I based this on the following Nginx documentation.
http://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_pass_header
So your example only requires the server name.
I believe there is also another example with the same issue.
My Nginx knowledge is pretty noobish so this could be something I've overlooked. But, if there is an issue, I will gladly create a PR to update the README docs... I love doing all the heavy-lifting ya know 💪 😉
Oh, and I'm talking about the AuthV2 examples, which may be the issue... Not sure if these are being maintained still.