Commit db1715aa by Fred Smith

Exclude enterprise API from auth

parent 1e21be91
......@@ -192,6 +192,11 @@ error_page {{ k }} {{ v }};
try_files $uri @proxy_to_lms_app;
}
#enterprise API
location /enterprise/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