Commit 4c9509a8 by arbabnazar

DEVOPS-3348 LTI component grade post back not working

parent 22af1bf6
......@@ -160,6 +160,11 @@ error_page {{ k }} {{ v }};
try_files $uri @proxy_to_lms_app;
}
# No basic auth on LTI component grade.
location ~ /handler_noauth {
try_files $uri @proxy_to_lms_app;
}
location /courses {
{%- if EDXAPP_ENABLE_RATE_LIMITING -%}
# Set Limit
......
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