rajuginne edited a comment on issue #1024: Cache purge and admin URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1024#issuecomment-472046963 how to access admin page do i need to add nginx serer block added this location /ngx_pagespeed_statistics { } location /ngx_pagespeed_global_statistics { } location /ngx_pagespeed_message { } location /pagespeed_console { } location ~ ^/pagespeed_admin { } location ~ ^/pagespeed_global_admin { } location ~ "\.pagespeed\.([a-z]\.)?[a-z]{2}\.[^.]{10}\.[^.]+" { add_header Cache-Control "public, max-age=691200, s-maxage=691200"; add_header Last-Modified exact; } location ~ "^/pagespeed_static/" { } location ~ "^/ngx_pagespeed_beacon$" { } `` website.com/ngx_pagespeed_statistics from browser getting 404 for a normal host we need to pass php requests using php -fpm but how enable gui interface finally working forgot add at http block its pure html based ui not rich look
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
