uhlhosting commented on issue #1720:
URL: 
https://github.com/apache/incubator-pagespeed-ngx/issues/1720#issuecomment-731757609


   Hi,
   
   Here are the remaining details:
   
   ```
   ./pagespeed.conf:pagespeed MessageBufferSize 100000;
   ./pagespeed.conf:pagespeed NumRewriteThreads 6;
   ./pagespeed.conf:pagespeed NumExpensiveRewriteThreads 6;
   ./pagespeed.conf:pagespeed ImageMaxRewritesAtOnce 3;
   ./pagespeed.conf:pagespeed LogDir /var/log/pagespeed;
   ./pagespeed.conf:pagespeed FileCachePath /mnt/ram/pagespeed;
   ./pagespeed.conf:pagespeed StatisticsPath /ngx_pagespeed_statistics;
   ./pagespeed.conf:pagespeed GlobalStatisticsPath 
/ngx_pagespeed_global_statistics;
   ./pagespeed.conf:pagespeed MessagesPath /ngx_pagespeed_message;
   ./pagespeed.conf:pagespeed ConsolePath /pagespeed_console;
   ./pagespeed.conf:pagespeed AdminPath /pagespeed_admin;
   ./pagespeed.conf:pagespeed GlobalAdminPath /pagespeed_global_admin;
   ./pagespeedhandler.conf:#  Ensure requests for pagespeed optimized resources 
go to the pagespeed
   ./pagespeedhandler.conf:location ~ 
"\.pagespeed\.([a-z]\.)?[a-z]{2}\.[^.]{10}\.[^.]+" { add_header "" ""; }
   ./pagespeedhandler.conf:location ~ "^/pagespeed_static/" { }
   ./pagespeedhandler.conf:location ~ "^/ngx_pagespeed_beacon$" { }
   ./pagespeedhandler.conf:location /ngx_pagespeed_statistics { include 
custom/admin-ips.conf; deny all; }
   ./pagespeedhandler.conf:location /ngx_pagespeed_global_statistics { include 
custom/admin-ips.conf; deny all; }
   ./pagespeedhandler.conf:location /ngx_pagespeed_message { include 
custom/admin-ips.conf; deny all; }
   ./pagespeedhandler.conf:location /pagespeed_console { include 
custom/admin-ips.conf; deny all; }
   ./pagespeedhandler.conf:location ~ ^/pagespeed_admin { include 
custom/admin-ips.conf; deny all; }
   ./pagespeedhandler.conf:location ~ ^/pagespeed_global_admin { include 
custom/admin-ips.conf; deny all; }
   ./pagespeedstatslog.conf:pagespeed Statistics on;
   ./pagespeedstatslog.conf:pagespeed StatisticsLogging on;
   ./pagespeedstatslog.conf:pagespeed EnableCachePurge on;
   ```
   
   2. At the time of setup, well i had issues, and asked around since we test 
aapanel, so according to their docs, thats the way to enable fastcgi, based on 
this nginx configuration we use.
   
   3. I was testing this option also with unplugged, guess will just try it and 
in end will leave only main websites.
   
   4. This indeed has no meaning, was just testing to see if this works as a 
redirect or if it helps.
   
   5. Thats another default setting that come with our aapanel, its in their 
template, for the time beying was not causing me loops or issues, so i left it.
   
   6. I have to review the settings, while this is fresh deployment, surely had 
missplaced from apache directives instead of nginx ones, will double check and 
fix.
   
   7. yes you are right, il change this to * .
   
   8. will update this.
   
   9. I said redis on the server side, with wordpress. Indeed ngx has 
memcached, since redis was experimental accoring to docs.
   
   10. I found some online threads using it, as a test just gave this a chance.
   
   11.I had some dissalow rules in wordpress i first config, will introduce 
them again. Needed a bit more research.
   
   12. no specific reason, it was in by default, i left it be, will tidy up 
config.
   
   -----
   
   Beside this, I noticed several things, my security headers seems to be 
ignored some of them.
   
   Also the caching time for all ressources has changed now, and is mixed some 
ressourced cached 5 mins, while some 30 days. 
   
   
   


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