<div dir="ltr"><div class="gmail_default" style="font-family:verdana,sans-serif">"Следует иметь в виду, что location’ы всех типов сопоставляются только с
URI-частью строки запроса без аргументов."</div></div><div class="gmail_extra"><br><div class="gmail_quote">2016-06-09 13:00 GMT+03:00 Ilya Jermakyan <span dir="ltr"><<a href="mailto:ilya@jermakyan.ru" target="_blank">ilya@jermakyan.ru</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
  

    
  
  <div bgcolor="#FFFFFF" text="#000000">
    <div>
      <table border="0" cellpadding="0" cellspacing="0">
        <tbody>
          <tr>
            <th align="RIGHT" nowrap valign="BASELINE"><br>
            </th>
            <td><br>
            </td>
          </tr>
          <tr>
            <th align="RIGHT" nowrap valign="BASELINE"><br>
            </th>
            <td><br>
            </td>
          </tr>
          <tr>
            <th align="RIGHT" nowrap valign="BASELINE"><br>
            </th>
            <td><br>
            </td>
          </tr>
          <tr>
            <th align="RIGHT" nowrap valign="BASELINE"><br>
            </th>
            <td><br>
            </td>
          </tr>
        </tbody>
      </table>
      Добрый день<br>
      <p>в конфиге nginx (ver 1.8.1) имеется 2 секции location:<br>
      </p>
      <p>location / {<br>
      </p>
      <p>...<br>
      </p>
      <p>}<br>
      </p>
      <p>location /?product_id=1&mobile=0 {</p>
      <p>...<br>
      </p>
      rewrite ...<br>
      }<br>
      <br>
      Нужно добиться чтобы при входе на сайт <a href="https://mysite.ru" target="_blank">https://mysite.ru</a>
      открывалась главная страница, но если зайти <a href="https://mysite.ru/?product_id=1&mobile=0" target="_blank"></a><a href="https://mysite.ru/?product_id=1&mobile=0" target="_blank">https://mysite.ru/?product_id=1&mobile=0</a>
      происходил переход на внешний ресурс.<br>
      Прочитал вот тут <a href="http://nginx.org/ru/docs/http/request_processing.html" target="_blank">http://nginx.org/ru/docs/http/request_processing.html</a><br>
      Что <span style="color:rgb(0,0,0);font-family:sans-serif;font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:22.4px;text-align:justify;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;display:inline!important;float:none;background-color:rgb(255,255,255)">location’ы всех типов сопоставляются только с URI-частью
        строки запроса без аргументов<br>
        а мне нужно как раз сопоставить аргументы и сделать rewrite при
        конкретных аргументах. Реально ли это сделать?<br>
      </span> </div>
  </div>

<br>_______________________________________________<br>
nginx-ru mailing list<br>
<a href="mailto:nginx-ru@nginx.org">nginx-ru@nginx.org</a><br>
<a href="http://mailman.nginx.org/mailman/listinfo/nginx-ru" rel="noreferrer" target="_blank">http://mailman.nginx.org/mailman/listinfo/nginx-ru</a><br></blockquote></div><br></div>