kerberos/kdc: Rename to just kdc
This commit is contained in:
parent
5cc9012783
commit
29c6fd3205
7 changed files with 1 additions and 1 deletions
3
roles/kdc/templates/nginx-kdcproxy.conf.j2
Normal file
3
roles/kdc/templates/nginx-kdcproxy.conf.j2
Normal file
|
@ -0,0 +1,3 @@
|
|||
location /KdcProxy {
|
||||
proxy_pass http://unix:/run/gunicorn/gunicorn-kdcproxy.sock:/KdcProxy;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue