FastCGI sent in stderr: "Primary script unknown" while reading response header from upstream nginx error
I user nginx docker as proxy server, and there are other containers running: nuxt.js and php-fpm. This is my fpm's conf file: server { server_name fpm.me.com; root /var/www/fpm/html; location / { # try to serve file directly, fallback to index.php…