Map Nginx Query String

2014-08-21 Thread vikash....@intelligrape.com
I have a webapp e.g example.com is mapped with some embedded url in nginx. server { location / { set $args id=201; try_files $uri $uri/ $uri/index.php /index.php; } } When I visit my site **exam

Map Nginx Query String

2014-08-21 Thread vikash....@intelligrape.com
I have a webapp e.g example.com which is mapped with embedded url in nginx. server { location / { set $args id=201; try_files $uri $uri/ $uri/index.php /index.php; } } When I visit my site **exa