Files
charm-swift-proxy/templates/swift-rings
James Page 6a5278dacd Redux
2013-09-27 13:02:37 +01:00

8 lines
149 B
Plaintext

<Directory {{ www_dir }}>
Order deny,allow
{% for host in allowed_hosts %}
Allow from {{ host }}
{% endfor %}
Deny from all
</Directory>