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