Commit 5266ce09 by e0d

whitelisting /oath2

parent 323f4bc5
......@@ -71,6 +71,11 @@ server {
try_files $uri @proxy_to_lms_app;
}
# No basic auth security on oath2 endpoint
location /oauth2 {
try_files $uri @proxy_to_lms_app;
}
# No basic auth security on the heartbeat url, so that ELB can use it
location /heartbeat {
try_files $uri @proxy_to_lms_app;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment