[GitHub] [incubator-pagespeed-ngx] eilandert commented on issue #1755: Issue with HTTPS only page and noscript support and beacon are injected as http.

2022-12-02 Thread GitBox
eilandert commented on issue #1755: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1755#issuecomment-1335435750 One thing that comes to mind, I had the same problem once. I assume you are using php-fpm with fastcgi. I remember vaguely that I had to explicitly force

[GitHub] [incubator-pagespeed-ngx] eilandert commented on issue #1755: Issue with HTTPS only page and noscript support and beacon are injected as http.

2022-12-02 Thread GitBox
eilandert commented on issue #1755: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1755#issuecomment-1335168878 > `location ~ "\.pagespeed\.([a-z]\.)?[a-z]{2}\.[^.]{10}\.[^.]+" { add_header "" ""; set $no_cache 1; }` Can you try: location ~ ^\.pagespeed/ {