Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
Patrick Uiterwijk 2018-01-24 22:04:57 +01:00
parent f1ef844715
commit 445d4f0919

View file

@ -55,6 +55,7 @@ SSLOptions +FakeBasicAuth
<Limit GET HEAD>
Require all granted
</Limit>
</Location>
# Write access to docker-deployer only
{% if env == "staging" %}
@ -77,5 +78,3 @@ SSLOptions +FakeBasicAuth
require valid-user
</Location>
{% endif %}
</Location>