You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pagespeed.apache.org by GitBox <gi...@apache.org> on 2019/03/12 15:38:27 UTC

[GitHub] [incubator-pagespeed-ngx] rajuginne edited a comment on issue #1024: Cache purge and admin

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:
users@infra.apache.org


With regards,
Apache Git Services