kdc: Fix typo in HTTP path
This commit is contained in:
parent
7aa6f489f4
commit
646cda06cb
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@
|
||||||
ansible.builtin.copy:
|
ansible.builtin.copy:
|
||||||
dest: /etc/nginx/conf.d/{{ inventory_hostname }}/kdc-container.conf
|
dest: /etc/nginx/conf.d/{{ inventory_hostname }}/kdc-container.conf
|
||||||
content: |
|
content: |
|
||||||
location /kdcProxy {
|
location /KdcProxy {
|
||||||
proxy_pass http://localhost:8001;
|
proxy_pass http://localhost:8001;
|
||||||
}
|
}
|
||||||
mode: 0644
|
mode: 0644
|
||||||
|
|
Loading…
Add table
Reference in a new issue