Re: Не работает map c переменными $status и $upstream status

YuriV nginx-forum на forum.nginx.org
Ср Авг 3 16:19:51 UTC 2016


Maxim Dounin

Афигеть, сработало!!!!!!
Спасибо большое.

    map $upstream_status $do_cache {
        200     "0";
        default "no-cache";
    }
..............................
        location / {
                proxy_no_cache $do_cache;
                proxy_set_header Host   testapp;
                proxy_pass http://test;
        }

Posted at Nginx Forum: https://forum.nginx.org/read.php?21,268696,268735#msg-268735



Подробная информация о списке рассылки nginx-ru