~james-page/charms/trusty/swift-proxy/trunk

« back to all changes in this revision

Viewing changes to templates/swift-rings

  • Committer: Corey Bryant
  • Date: 2016-01-04 21:31:31 UTC
  • Revision ID: corey.bryant@canonical.com-20160104213131-ywhbmp447m30d4xf
[corey.bryant,r=trivial] Sync charm-helpers.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<Directory {{ www_dir }}>
2
 
    Order deny,allow
3
 
{% for host in allowed_hosts %}
4
 
    Allow from {{ host }}
5
 
{% endfor %}
6
 
    Deny from all
7
 
</Directory>