View Single Post
  #9   (View Single Post)  
Old 5th August 2019
PapaParrot's Avatar
PapaParrot PapaParrot is offline
parrot
 
Join Date: Jul 2015
Location: Durango, Mx.
Posts: 472
Default

I am sorry, I did not see that, but also still am not sure exactly what you mean Jggimi, should it be like this ?:
Code:
 prefork 10

server "test.example.com" {

...
}
location match "^.+%.php$" {
fastcgi socket "/run/php-fpm-example"
fastcgi param HTTP_HOST "test.example.com" <--- syntax error
}

...

}
Thanks
__________________
My best friends are parrots
Reply With Quote