Changeset 371 in code for trunk/config/config.go
- Timestamp:
- Jul 22, 2020, 4:07:55 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/config/config.go
r370 r371 119 119 } 120 120 case "http-origin": 121 srv.HTTPOrigins = append(srv.HTTPOrigins, d.Params...)121 srv.HTTPOrigins = d.Params 122 122 case "accept-proxy-ip": 123 123 srv.AcceptProxyIPs = nil
Note:
See TracChangeset
for help on using the changeset viewer.