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

   Currently I have the biggest luck while adding 
   `pagespeed LoadFromFileMatch "^https?://mydomain.com/([^/]*)" 
"/var/www/web/\\1";
   While pagespeed fetch content thru http FileMatch handles that ?
   And I can access shrinked images like 
`images1-300x300.webp.pagespeed.ic.0AWUmE4KLo.webp`
   
   I still have no clue why pagespeed inssist to use **http** 
   I double checked if something is wrong or not with port 80, but it looks 
like its all disabled:
   ` curl -sS -D- -o /dev/null 
"http://mydomain.com/wp-content/uploads/2021/08/ximage-1-150x146.webp.pagespeed.ic.DWGeCUiHFr.webp"`
   `curl: (7) Failed to connect to mydomain.com port 80: Connection refused`


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