Skip to content
Snippets Groups Projects
  • ale's avatar
    be4da336
    Fix HTTP request when behind a reverse proxy · be4da336
    ale authored
    Allows users to specify a set of trusted forwarders in the
    configuration, and then using github.com/gorilla/handlers.ProxyHeaders
    to rewrite the http.Request parameters according to X-Forwarding-* and
    X-Real-IP headers.
    be4da336
    History
    Fix HTTP request when behind a reverse proxy
    ale authored
    Allows users to specify a set of trusted forwarders in the
    configuration, and then using github.com/gorilla/handlers.ProxyHeaders
    to rewrite the http.Request parameters according to X-Forwarding-* and
    X-Real-IP headers.