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
__
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
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