mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-02 00:07:50 +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 {
|
||||
listen %(api_bind_address)s:80;
|
||||
location %(web_uri)s {
|
||||
alias /opt/kubernetes/_output/local/bin/linux/amd64/;
|
||||
alias %(alias)s;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user