Lofesa commented on issue #1738:
URL: 
https://github.com/apache/incubator-pagespeed-ngx/issues/1738#issuecomment-893663481


   Hi @SergeyKhlopov 
   Maybe the issue is in the` return 301 https://domain.com$uri;`
   $uri can be "transformed" by nginx, the url can be encoded (f.e. white 
spaces converted to %20), double slash converted to single and so on, is the 
"normalized" uri, $request_uri is the "original" uri w/o any change (includes 
arguments)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@pagespeed.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to