Making the alias a variable to be replaced by the code.
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user