diff options
author | Kristian Lyngstol <kly@kly@.no> | 2016-03-21 19:10:45 +0100 |
---|---|---|
committer | Kristian Lyngstol <kly@kly@.no> | 2016-03-21 19:10:45 +0100 |
commit | 9bf9cd8bf0d52f07e7bcb8a1f4d8b792c3274729 (patch) | |
tree | a9f524b5e831e405b74491728bae1ec63d926b53 /web/etc/varnish | |
parent | d3efe86d2afaf414725feba0cb500cacfb0fc864 (diff) |
FIX FAX APACHE NMS PUBLIC
Diffstat (limited to 'web/etc/varnish')
-rw-r--r-- | web/etc/varnish/nms.vcl | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/web/etc/varnish/nms.vcl b/web/etc/varnish/nms.vcl index 6349238..93da9de 100644 --- a/web/etc/varnish/nms.vcl +++ b/web/etc/varnish/nms.vcl @@ -22,9 +22,6 @@ sub vcl_recv { return (synth(418,"LOLOLOL")); } - # Hardcoded for testing - set req.http.host = "nms.tg16.gathering.org"; - if (req.method != "GET" && req.method != "HEAD") { /* We only deal with GET and HEAD by default */ return (pass); |