authcheck: Fix backend path

This commit is contained in:
Timo Makinen 2023-01-29 17:47:34 +00:00
parent d9bf70cb7b
commit 85fea55fef

View file

@ -37,7 +37,7 @@
dest: "/etc/nginx/conf.d/{{ inventory_hostname }}/authcheck-container.conf"
content: |
location /authcheck {
proxy_pass http://127.0.0.1:8003;
proxy_pass http://127.0.0.1:8003/;
}
mode: 0644
owner: root