mirror of
https://github.com/kataras/iris.git
synced 2025-03-13 21:36:28 +01:00
minor fix on _examples/request-logger/accesslog-proxy
This commit is contained in:
parent
574db973d0
commit
ff58e0c049
|
@ -81,6 +81,6 @@ func newProxyHandler(proxyURL string) iris.Handler {
|
|||
if err != nil {
|
||||
panic(err)
|
||||
}
|
||||
reverseProxy := host.ProxyHandler(target)
|
||||
reverseProxy := host.ProxyHandler(target, nil)
|
||||
return iris.FromStd(reverseProxy)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user