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

Allow server-status access from localhost also on IPv6

parent 4ef10276
No related branches found
Tags v0.1.0
No related merge requests found
......@@ -7,8 +7,7 @@
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 127.0.0.1{% for address in ansible_all_ipv4_addresses %} {{ address }}{% endfor %} ::1
</Location>
SetEnvIf X-Forwarded-For "^.*\..*\..*\..*" forwarded
......
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