mch0lic commented on issue #1742: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1742#issuecomment-954625725
```curl -I https://img.domain.com``` (from www.domain.com server) ``` HTTP/2 200 server: nginx content-type: image/jpeg content-length: 21402 cache-control: max-age=31536000, public date: Fri, 29 Oct 2021 09:24:29 GMT expires: Sat, 29 Oct 2022 09:24:29 GMT x-content-type-options: nosniff ``` It also downloads an image without an issue. I've looked up logs for img.domain.com, once i purge pagespeed cache i see Serf requests being made: ``` IP - - [29/Oct/2021:13:03:01 +0300] "GET /95ccb47f-59ed-4ff1-acb8-f41d258a405b/228x228/siemens-ti9573x9rwjpg.jpg HTTP/1.1" 200 12882 "http://www.coffeefriend.at/" "Serf/1.3.9 (mod_pagespeed/1.13.35.2-0)" ``` /dev/shm/ngx_pagespeed_cache directory contain much but /dev/shm/ngx_pagespeed_cache/v3 had domain entry : <img width="470" alt="Screenshot 2021-10-29 at 14 12 31" src="https://user-images.githubusercontent.com/1477518/139417766-f905d6d8-f86d-4e60-b2c3-b906a8fc5183.png"> <img width="496" alt="Screenshot 2021-10-29 at 14 11 25" src="https://user-images.githubusercontent.com/1477518/139417781-d0cad09c-f0e1-4e0f-8435-f6467c7befc8.png"> -- 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