mirror of
https://github.com/grafana/grafana.git
synced 2024-11-23 01:16:31 -06:00
Added documentation in Readme.md for how to configure apache2 with Basic Auth and CORS
This commit is contained in:
parent
51186397d7
commit
d21bd796f8
@ -68,6 +68,13 @@ If your Graphite web is proteced by basic authentication, you have to enable the
|
|||||||
</Location>
|
</Location>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
If you use basic authentication you need to set **Access-Control-Allow-Origin and add **Access-Control-Allow-Credentials. Example:
|
||||||
|
```
|
||||||
|
Header set Access-Control-Allow-Origin "http://mygrafana.com:5656"
|
||||||
|
Header set Access-Control-Allow-Credentials true
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
# Roadmap
|
# Roadmap
|
||||||
- Improve and refine the target parser and editing
|
- Improve and refine the target parser and editing
|
||||||
- Improve graphite import feature
|
- Improve graphite import feature
|
||||||
|
Loading…
Reference in New Issue
Block a user