diff options
author | Lasse Haugen <haugen.lasse@gmail.com> | 2019-02-12 09:41:30 +0100 |
---|---|---|
committer | Lasse Haugen <haugen.lasse@gmail.com> | 2019-02-12 09:41:30 +0100 |
commit | 7c5adb59009f30bcc661760ed2d370e7356c215c (patch) | |
tree | 4fa95ccb5be5738a6ad074cd39a63d4e1cf17736 /ansible/roles/web/files/auth.vcl | |
parent | 146a858dce8133acc8284294e4262417b40611ff (diff) | |
parent | ddc497e0fba6334362847fdf698318b5549ead16 (diff) |
Merge branch 'master' of github.com:slinderud/gondul
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==" |