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


   > > > Я не могу видеть скорость страницы; в любом конфигурационном файле.
   > > > SslCertFile для скорости файла, вы установили файл dhparam, но он 
должен быть файлом cert.pem, в котором есть сертификаты CA. Ваш дистрибутив 
Debian / Ubuntu? эта директива не нужна.
   > > > LoadFromFile не используется для вашей конфигурации. Почему? я думаю, 
у вас что есть этот
   > > > конфиг: Nginx публичного IP + PageSpeed -> Nginx 127.0.0.1:80 -> Nginx 
127.0.0.1:8080
   > > > Когда делается запрос к общедоступному IP-сайт, этот запрос 
выполняется с 127.0.0.1:80 от 127.0.0.1:8080, поэтому сайт с открытым IP не 
может читать файлы с диска.
   > > > Зачем вам промежуточный сайт 127.0.0.1:80?
   > > > Другой проблемой может быть сайт www или не [www](http://www). Ваш 
сайт обслуживает ресурсы с обеих сторон, поэтому вам нужно разрешить pagepeed 
переписать оба www и не www, некоторые вроде:
   > > > pagepeed Domain http _: //_ .yourdomain.ru;
   > > > Эти директивы разрешают pagepeed переписать http / https, домен и все 
субдомены.
   > > 
   > > 
   > > Я включаю скорость страниц: include /etc/nginx/conf.d/pagespeed.inc;
   > > ОС: CentOS 7
   > 
   > This configuration was created by my control panel. I will be happy for 
any help
   
   When I kill the pagepeed directive LoadFromFile "https://example.ru"; 
"/var/www/example/data/www/example.ru"; so that you stop creating the cache and 
links like .pagespeed.jc.vxDCTEWlwR disappear .js. And with the option turned 
on, my cache is created, but it gives an error of 404. After some settings, for 
some files I lost the 404 error, but most still return 404. And when I turn on 
image processing, all the images are also 404


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