Merge pull request #272 from semenko/master

Fix documentation for auth_request directive
This commit is contained in:
Jehiah Czebotar 2016-06-27 21:19:00 -04:00 committed by GitHub
commit f9e649456b

View File

@ -350,13 +350,13 @@ server {
server_name ...;
include ssl/ssl.conf;
location = /auth {
location = /oauth2/auth {
internal;
proxy_pass http://127.0.0.1:4180;
}
location / {
auth_request /auth;
auth_request /oauth2/auth;
error_page 401 = ...;
root /path/to/the/site;