bigretromike commented on issue #1755:
URL: 
https://github.com/apache/incubator-pagespeed-ngx/issues/1755#issuecomment-1269343264

   Yes, I do have 301 redirection from http version to https.
   I also have www to non-www version 301 redirect.
   
   ```
    if ($host = www.redacted) {
                   return 301 https://$host$request_uri;
           } # managed by Certbot
   
   
           if ($host = redacted) {
                   return 301 https://$host$request_uri;
           } # managed by Certbot
   
   ```
   
   Still the issue is present. Imo with or without http version pagespeed 
should try to optimize the protocol that it was given. not the one he detects 
(or not) because any non-https traffic is 301 onto https thats why its a secret 
to my why he does anything on http.


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