Re: _GET parameters with question and ampersand

2014-04-22 Thread arnas
I was able to solve it with correct arguments passing location / { try_files $uri $uri$is_args$args /index.php?subdomain=$subdomain&content=$uri&$args; } Posted at Nginx Forum: http://forum.nginx.org/read.php?2,249267,249454#msg-249454 __

Re: _GET parameters with question and ampersand

2014-04-22 Thread arnas
Ping? Posted at Nginx Forum: http://forum.nginx.org/read.php?2,249267,249452#msg-249452 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

_GET parameters with question and ampersand

2014-04-14 Thread arnas
Hi, I am wondering how do I solve parameters being passed correctly after switching from apache. http://app.mailerlite2.com/test/test_get/?labas=testarg NOT passing http://app.mailerlite2.com/test/test_get/&labas=testarg PASS # 1 server, proxy passes to internal server #2 server { liste