Closed timball closed 10 years ago
it seems that submitting any query params makes capwords 500 . a common query params wrt to GOOG wmt is /?js=false ... must strip these away .
--timball
this makes things behave:
if ($args ~* "js=false") { rewrite ^(.*)$ $1? permanent; }
it seems that submitting any query params makes capwords 500 . a common query params wrt to GOOG wmt is /?js=false ... must strip these away .
--timball