<div dir="ltr"><span style="font-family:arial,sans-serif;font-size:13px">Привет</span><br style="font-family:arial,sans-serif;font-size:13px"><span style="font-family:arial,sans-serif;font-size:13px">Может сможете помочь, </span><br style="font-family:arial,sans-serif;font-size:13px">
<span style="font-family:arial,sans-serif;font-size:13px">У меня стоит nginx caching на GET-запросы для статических страничек.</span><br style="font-family:arial,sans-serif;font-size:13px"><span style="font-family:arial,sans-serif;font-size:13px">В одной из них есть ssi-вызов /user/ssi POST-запроса</span><br style="font-family:arial,sans-serif;font-size:13px">
<span style="font-family:arial,sans-serif;font-size:13px">Как мне кэшировать этот запрос для каждого пользователя (уже по новому proxy_cache_key, который будет включать в себя $cookie_token)?</span><br style="font-family:arial,sans-serif;font-size:13px">
<span style="font-family:arial,sans-serif;font-size:13px">Пробую</span><div style="font-family:arial,sans-serif;font-size:13px"><p>location ^~ /user/ssi {</p><p>                        #Caching</p><p>                        proxy_cache cache;</p>
<p>                        proxy_cache_key $scheme$proxy_host$uri$is_args$args$cookie_PLAY_LANG$cookie_token;</p><p><br></p><p>                        #Ask SSI</p><p>                        proxy_pass <a href="http://localhost:9000/user/ssi" target="_blank">http://localhost:9000/user/ssi</a>;</p>
<p>                }</p><p><br></p><p>                location / {</p><p>                        #Caching</p><p>                        proxy_cache cache;</p><p>                        proxy_cache_valid 30m;</p><p>                        proxy_cache_methods GET;</p>
<p>                        proxy_cache_key $scheme$proxy_host$uri$is_args$args$cookie_PLAY_LANG;</p><p>                        proxy_pass <a href="http://127.0.0.1:9000/" target="_blank">http://127.0.0.1:9000</a>;</p><p>                }</p>
<div>Но не получаеться, кэш для SSI не работает<br>Буду крайне признателен за помощь.</div></div><div><br></div>-- <br><p><b><span lang="UK" style="line-height:15px">Мой </span><span lang="EN-US" style="line-height:15px">Skype : <a>spend64</a></span></b></p>
<p><b><span lang="UK" style="line-height:15px">Тел. +380</span><span lang="EN-US" style="line-height:15px">938575311</span></b></p><p><span lang="EN-US" style="line-height:15px"><b><i><font color="#009900">C ув.,</font><font size="4" style="color:rgb(0,153,0)"> </font><span style="background-image:initial;background-color:rgb(255,255,204)"><font color="#006600" size="4">Анатолий</font></span><span style="color:rgb(34,34,34);background-image:initial;background-color:rgb(255,255,204)">.</span></i></b></span></p>

</div>