Skip to content
Snippets Groups Projects
Commit edcc041e authored by jurgenhaas's avatar jurgenhaas
Browse files

Move ServerDensity specific tasks into the correct role

parent 14978644
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,6 @@
with_items:
- rewrite
- vhost_alias
- status
- ssl
notify: "Apache | Restart Apache"
......
<VirtualHost *:80>
<Location /server-status>
SetHandler server-status
Order Deny,Allow
Deny from all
Allow from 127.0.0.1{% for address in ansible_all_ipv4_addresses %} {{address}}{% endfor %}
# Allow from all
</Location>
ServerName {{inventory_hostname}}
</VirtualHost>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment