mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-04 18:00:08 +00:00
Making the alias a variable to be replaced by the code.
This commit is contained in:
parent
b112606f54
commit
d344eb6cf0
@ -1,6 +1,6 @@
|
|||||||
server {
|
server {
|
||||||
listen %(api_bind_address)s:80;
|
listen %(api_bind_address)s:80;
|
||||||
location %(web_uri)s {
|
location %(web_uri)s {
|
||||||
alias /opt/kubernetes/_output/local/bin/linux/amd64/;
|
alias %(alias)s;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user