Commit 4bc39297 by Jesse Shapiro Committed by GitHub

Merge pull request #4056 from open-craft/haikuginger/whitelist-consent-api

Add Consent API to basic auth whitelist
parents 0d0bd3ff f84331e3
......@@ -199,6 +199,11 @@ error_page {{ k }} {{ v }};
try_files $uri @proxy_to_lms_app;
}
# Consent API
location /consent/api {
try_files $uri @proxy_to_lms_app;
}
# Need a separate location for the image uploads endpoint to limit upload sizes
location ~ ^/api/profile_images/[^/]*/[^/]*/upload$ {
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