siwu's blog

    Nginx Variable Lifetime

    In nginx, variables come in multiple forms. Generally within the same location, variables are consistent. However, when transferring from one location to another, variables may change - some will be modified, others will end their lifetime. Considering the combinations of location jump types and variable types, variable lifetimes become quite complex and interesting...