Commit d344eb6c authored by Matt Bruzek's avatar Matt Bruzek

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

parent b112606f
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;
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment