mirror of
https://github.com/grafana/grafana.git
synced 2025-01-09 23:53:25 -06:00
Proxy support added, fixes #7922
Well, i'm really want to see it working in 4.3.0
This commit is contained in:
parent
820671d6cc
commit
c713bd9a9a
@ -21,6 +21,7 @@ type WebdavUploader struct {
|
||||
}
|
||||
|
||||
var netTransport = &http.Transport{
|
||||
Proxy: http.ProxyFromEnvironment,
|
||||
Dial: (&net.Dialer{
|
||||
Timeout: 60 * time.Second,
|
||||
}).Dial,
|
||||
|
Loading…
Reference in New Issue
Block a user