borishinzer commented on issue #1897:
URL: 
https://github.com/apache/incubator-pagespeed-mod/issues/1897#issuecomment-986898619


   We had the same issue, which was basically caused by our deployment (using 
deployeer with multiple symlinks to product/current) and making it impossible 
to follow the pagespeed module to get the files from the right folder structure.
   
   We resolved it by adding the LoadFromFile like this to the nginx settings of 
the subdomain:
   pagespeed LoadFromFile "https://stage.domain.de/fileadmin/"; 
"/var/www/vhosts/domain.de/stage/public/fileadmin/";
   
   


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