Using variables in Nginx location rules
You can’t. Nginx doesn’t really support variables in config files, and its developers mock everyone who ask for this feature to be added: “[Variables] are rather costly compared to plain static configuration. [A] macro expansion and “include” directives should be used [with] e.g. sed + make or any other common template mechanism.” http://nginx.org/en/docs/faq/variables_in_config.html You should … Read more