Commit f6ba577c by Andrew Rodgers

Revert "updated nginx conf examples for graphite CORS configuration"

This reverts commit 9edaa407.
parent 6ef03b7c
...@@ -95,8 +95,6 @@ Header set Access-Control-Allow-Credentials true ...@@ -95,8 +95,6 @@ Header set Access-Control-Allow-Credentials true
``` ```
And in nginx: And in nginx:
``` ```
auth_basic "Restricted";
auth_basic_user_file /path/to/my/htpasswd/file;
if ($http_origin ~* (https?://[^/]*\.somedomain\.com(:[0-9]+)?)) { #Test if request is from allowed domain, you can use multiple if if ($http_origin ~* (https?://[^/]*\.somedomain\.com(:[0-9]+)?)) { #Test if request is from allowed domain, you can use multiple if
set $cors "true"; #statements to allow multiple domains, simply setting $cors to true in each one. set $cors "true"; #statements to allow multiple domains, simply setting $cors to true in each one.
} }
......
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