<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <tt>Hello,</tt><tt><br>
    </tt><tt>I have the following Problem with Nginx 1.2.1-2.2 <br>
      running on </tt><tt>3.2.0-4-amd64 #1 SMP Debian 3.2.41-2 x86_64
      GNU/Linux</tt><tt><br>
    </tt><tt><br>
      A String like </tt><tt>$_SERVER['QUERY_STRING'] = test=1+2
    </tt><tt>will get $_GET['test'] = 1 2 <br>
      I have found the following: <br>
    </tt><br>
    <div class="container">
      <div class="line number1 index0 alt2"><code class="php variable">$_GET</code><code
          class="php plain">[</code><code class="php string">"q"</code><code
          class="php plain">] = </code><code class="php functions">strtr</code><code
          class="php plain">(</code><code class="php variable">$_GET</code><code
          class="php plain">[</code><code class="php string">"q"</code><code
          class="php plain">], </code><code class="php string">"+"</code><code
          class="php plain">, </code><code class="php string">" "</code><code
          class="php plain">);</code></div>
    </div>
    <tt>at
<a class="moz-txt-link-freetext" href="http://www.dmuth.org/node/1268/how-get-rid-annoying-plus-signs-drupal-under-nginx">http://www.dmuth.org/node/1268/how-get-rid-annoying-plus-signs-drupal-under-nginx</a><br>
      <br>
      Is there a way to do this, in nginx config?<br>
      <br>
      Regards,<br>
      basti<br>
    </tt><tt></tt>
  </body>
</html>