Lofesa commented on issue #1742: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1742#issuecomment-954584666
Hi ``` <script defer="" type="text/javascript" src="https://www.domain.com/app/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js?ver=2.7.0-wc.5.6.0" id="jquery-blockui-js"></script> <!--The preceding resource was not rewritten because its domain (www.domain.com) is not authorized--> ``` This message comes when no `pagespeed Domain www.domain.com;` exists, now you have it in place so don“t sould have this. I put uploads as a example, more exactly: resources in LoadFromFile folders are rewrited? If this `/var/www/www.domain.com/current/web/ ` is where `https://www.domain.com` goes, `/var/www/www.domain.com/current/web/img` must exists. You can take a look at `"/dev/shm/ngx_pagespeed_cache"`, here are stored the files cached by pagespeed. Take a look at log files in` img.domain.com`, here you must see request with "Serf" in their User Agent string, even if I remember in the folder img proxied files must be stored. If there is nothing in these places, some thing is blocking pagespeed fechting the resources from `img.domain.com` Can you curl a image from the server that host www.domain.com? Some like running `curl https://img.domain.com/some-folder/some-image.jpg` in the host that have `www.domain.com` -- 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