authcheck: Fix backend path
This commit is contained in:
parent
d9bf70cb7b
commit
85fea55fef
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@
|
||||||
dest: "/etc/nginx/conf.d/{{ inventory_hostname }}/authcheck-container.conf"
|
dest: "/etc/nginx/conf.d/{{ inventory_hostname }}/authcheck-container.conf"
|
||||||
content: |
|
content: |
|
||||||
location /authcheck {
|
location /authcheck {
|
||||||
proxy_pass http://127.0.0.1:8003;
|
proxy_pass http://127.0.0.1:8003/;
|
||||||
}
|
}
|
||||||
mode: 0644
|
mode: 0644
|
||||||
owner: root
|
owner: root
|
||||||
|
|
Loading…
Add table
Reference in a new issue