Jon Warbrick, July 2014, V3.2 (for Ansible 1.7)
First one found from of
| server { | |
| listen 80; | |
| location / { | |
| auth_request /_oauth2_token_introspection; | |
| proxy_pass http://my_backend; | |
| } | |
| location = /_oauth2_token_introspection { | |
| internal; |
Jon Warbrick, July 2014, V3.2 (for Ansible 1.7)
First one found from of