Commit 33bfdc46 by e0d

Merge pull request #1609 from edx/e0d/notifier-vhost

Adding basic exemption
parents 5ac0a493 a24df2b3
...@@ -66,6 +66,10 @@ server { ...@@ -66,6 +66,10 @@ server {
try_files $uri @proxy_to_lms_app; try_files $uri @proxy_to_lms_app;
} }
location /notifier_api {
try_files $uri @proxy_to_lms_app;
}
# No basic auth security on the github_service_hook url, so that github can use it for cms # No basic auth security on the github_service_hook url, so that github can use it for cms
location /github_service_hook { location /github_service_hook {
try_files $uri @proxy_to_lms_app; 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