Changeset 4467 for trunk/varnish-cache/bin/varnishd/default.vcl
- Timestamp:
- 18/01/10 14:30:47 (2 months ago)
- Files:
-
- 1 modified
-
trunk/varnish-cache/bin/varnishd/default.vcl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/varnish-cache/bin/varnishd/default.vcl
r4100 r4467 41 41 42 42 sub vcl_recv { 43 if (req.http.x-forwarded-for) { 44 set req.http.X-Forwarded-For = 45 req.http.X-Forwarded-For ", " client.ip; 46 } else { 47 set req.http.X-Forwarded-For = client.ip; 48 } 43 49 if (req.request != "GET" && 44 50 req.request != "HEAD" &&
