Can't view pagespeed admin pages - 403 error

I have install wordpress with easy engine and pagespeed. I’m getting a 403 error when I try to visit iparikatla.com/pagespeed_admin - I have uncomment the the end of the pagespeed conf file:

### PageSpeed Admin
##location /ngx_pagespeed_statistics { include common/acl.conf; }
##location /ngx_pagespeed_global_statistics { include common/acl.conf; }
##location /ngx_pagespeed_message { include common/acl.conf; }
##location /pagespeed_console { include common/acl.conf; }
##location ~ ^/pagespeed_admin { include common/acl.conf; }
##location ~ ^/pagespeed_global_admin { include common/acl.conf; }
##
### Ensure requests for pagespeed optimized resources go to the pagespeed handler
### and no extraneous headers get set.
##location ~ "\.pagespeed\.([a-z]\.)?[a-z]{2}\.[^.]{10}\.[^.]+" {
##  add_header "" "";
##}
##location ~ "^/pagespeed_static/" { }
##location ~ "^/ngx_pagespeed_beacon$" { }