<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-forward-container">
      <table class="moz-email-headers-table" border="0" cellpadding="0"
        cellspacing="0">
        <tbody>
          <tr>
            <th align="RIGHT" nowrap="nowrap" valign="BASELINE"><br>
            </th>
            <td><br>
            </td>
          </tr>
          <tr>
            <th align="RIGHT" nowrap="nowrap" valign="BASELINE"><br>
            </th>
            <td><br>
            </td>
          </tr>
          <tr>
            <th align="RIGHT" nowrap="nowrap" valign="BASELINE"><br>
            </th>
            <td><br>
            </td>
          </tr>
          <tr>
            <th align="RIGHT" nowrap="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 moz-do-not-send="true"
        class="moz-txt-link-freetext" href="https://mysite.ru">https://mysite.ru</a>
      открывалась главная страница, но если зайти <a
        moz-do-not-send="true" class="moz-txt-link-freetext"
        href="https://mysite.ru/?product_id=1&mobile=0"><a class="moz-txt-link-freetext" href="https://mysite.ru/?product_id=1&mobile=0">https://mysite.ru/?product_id=1&mobile=0</a></a>
      происходил переход на внешний ресурс.<br>
      Прочитал вот тут <a moz-do-not-send="true"
        class="moz-txt-link-freetext"
        href="http://nginx.org/ru/docs/http/request_processing.html">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; orphans: auto; text-align: justify; text-indent: 0px;
        text-transform: none; white-space: normal; widows: 1;
        word-spacing: 0px; -webkit-text-stroke-width: 0px; display:
        inline !important; float: none; background-color: rgb(255, 255,
        255);">location’ы всех типов сопоставляются только с URI-частью
        строки запроса без аргументов<br>
        а мне нужно как раз сопоставить аргументы и сделать rewrite при
        конкретных аргументах. Реально ли это сделать?<br>
      </span> </div>
  </body>
</html>