Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
NetData
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ansible
Roles
NetData
Commits
93ff9e66
Commit
93ff9e66
authored
4 years ago
by
jurgenhaas
Browse files
Options
Downloads
Patches
Plain Diff
Allow server-status access from localhost also on IPv6
parent
4ef10276
No related branches found
Branches containing commit
Tags
v0.1.0
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
templates/apache.conf
+1
-2
1 addition, 2 deletions
templates/apache.conf
with
1 addition
and
2 deletions
templates/apache.conf
+
1
−
2
View file @
93ff9e66
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment