kdc: Force proxy to use ipv4 localhost
This commit is contained in:
parent
c8e36c862d
commit
57ad4c521c
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@
|
|||
dest: /etc/nginx/conf.d/{{ inventory_hostname }}/kdc-container.conf
|
||||
content: |
|
||||
location /KdcProxy {
|
||||
proxy_pass http://localhost:8001;
|
||||
proxy_pass http://127.0.0.1:8001;
|
||||
}
|
||||
mode: 0644
|
||||
owner: root
|
||||
|
|
Loading…
Add table
Reference in a new issue