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/12/23 16:25:20 UTC

[GitHub] [incubator-pagespeed-ngx] mr-observer removed a comment on issue #1674: Varnish with PageSpeed module

mr-observer removed a comment on issue #1674: Varnish with PageSpeed module
URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1674#issuecomment-568517001
 
 
   Btw: this regex location doesn't work in Nginx for some reason. 
   I did put it in SSL Vhost before Varnish, but it still returning 404 while joining PageSpeed URLs. 
   
   ```
   location ~ "\.pagespeed\.([a-z]\.)?[a-z]{2}\.[^.]{10}\.[^.]+" {
       	return 200;
   }
   ```

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