diff options
author | slinderud <Simen@linux.com> | 2019-02-10 15:34:31 +0100 |
---|---|---|
committer | slinderud <Simen@linux.com> | 2019-02-10 15:34:31 +0100 |
commit | ddc497e0fba6334362847fdf698318b5549ead16 (patch) | |
tree | 682407db1aea9e301b1a5558d3f216df150f92aa /ansible/roles/web/files/auth.vcl | |
parent | 2e65355cfc763a21c95508344e90033fb9e48523 (diff) |
fixed templateing install and service file, updated install documentation and included new varnish vcl file
Diffstat (limited to 'ansible/roles/web/files/auth.vcl')
-rw-r--r-- | ansible/roles/web/files/auth.vcl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ansible/roles/web/files/auth.vcl b/ansible/roles/web/files/auth.vcl new file mode 100644 index 0000000..81c21eb --- /dev/null +++ b/ansible/roles/web/files/auth.vcl @@ -0,0 +1 @@ +req.http.Authorization != "Basic dGVjaDpydWxlcw==" |