Questions tagged [php-fastcgi]

17 questions
0
votes
1 answer

Extending an existing location configuration instead of overwriting it

What I have I have Nginx configured to handle the .php files for all virtual hosts, and everything works fine. location ~ \.php { include snippets/fastcgi-php.conf; keepalive_timeout 0; fastcgi_param SCRIPT_FILENAME…
mehov
  • 568
  • 1
  • 5
  • 14
0
votes
1 answer

Nginx (Ubuntu 18.04) FastCGI sent in stderr: "Primary script unknown" while reading response header from upstream

Well... I know there are so many simular questions asked. But in order to make this post to be somehow userful for community once being solved I would like to list up a working Nginx + PHP-fpm conf files for Wordpress. But as of now It dosn't work,…
0LEg
  • 1
  • 4
1
2