uhlhosting commented on issue #1720:
URL: 
https://github.com/apache/incubator-pagespeed-ngx/issues/1720#issuecomment-734411240


   @nginx.conf file the pagespeed variables are old ones, and instead the 
main.conf is called, i have disabled proxy.conf, in the end the config look 
like this: https://gist.github.com/uhlhosting/79cf6a6a10488f59a3fcc23b5cc5a660
   
   Updated php-fpm74.conf with following:
   
   ```
   #    location ~ [^/]\.php(/|$)
   #    {
   #            try_files $uri =404;
   #            fastcgi_pass  unix:/tmp/php-cgi-74.sock;
   #            fastcgi_index index.php;
   #            include fastcgi.conf;
   #            include pathinfo.conf;
   #    }
   location ~ [^/]\.php(/|$)
           {
                   fastcgi_split_path_info ^(.+?\.php)(/.*)$;
                   try_files $uri =404;
                   fastcgi_index index.php;
                   include fastcgi.conf;
                   fastcgi_pass  unix:/tmp/php-cgi-74.sock;
          }
   ```
   
   Let;s see now if its better. 


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


Reply via email to