Making the alias a variable to be replaced by the code.

This commit is contained in:
Matt Bruzek 2015-05-28 13:39:11 -05:00
parent b112606f54
commit d344eb6cf0

View File

@ -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;
} }
} }