vardan-karapetyan commented on issue #1996:
URL: 
https://github.com/apache/incubator-pagespeed-mod/issues/1996#issuecomment-646831525


   > Yes, this server block. Have you commented this and your site still 
working, rigth?
   > So you can get out the:
   > `pagespeed MapOriginDomain "http://localhost"; "https://example.ru";`
   > and can put on:
   > `pagespeed LoadFromFile "https://example.ru"; 
"/var/www/example/data/www/example.ru/";`
   > and
   > `pagespeed Domain http*://*.your-site.ru;`
   > and clear the pagespeed cache. You can do it in 
`https://your-site.ru/pagespeed_global_admin/cache#purge_cache` if you have 
enabled the pagespeed admin pages.
   > 
   > When restarted you can request 
`https://your-site.ru/?PageSpeedFilters=+debug` and take a look to the html 
code of the page. This filters inject some debug messages in the html code.
   ```  include /etc/nginx/conf.d/pagespeed.inc;
       pagespeed LoadFromFile "https://webfishki.ru"; 
"/var/www/webfishki/data/www/webfishki.ru";
       pagespeed Domain http*://webfishki.ru;
       pagespeed Disallow "*code.js";
       pagespeed Disallow "*jquery-ui.js";
       pagespeed Disallow "*bootstrap.min.css";
       pagespeed Disallow "*jquery-ui.css";
       pagespeed SslCertDirectory /etc/pki/tls/certs;
       pagespeed SslCertFile /etc/pki/tls/cert.pem;```
   That's what I got, and still I have 404. Could you please watch? 
https://webfishki.ru, on the main page everything is fine, but on this page as 
before 404 https://webfishki.ru/start/php


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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to