Okay Thomas and thanks for clarification. With PHP7 we need to change
the configurations anyway, so just need to follow your recommendation
http://dark-net.net/?p=125 , meaning switching to a config like:

location ~ \.php$ {
    include /etc/nginx/snippets/fastcgi-php.conf;
    fastcgi_pass 127.0.0.1:9000;
}

And thx for saving me two lines of config now, by especially including
try_files in snippets/fastcgi-php.conf :) :) :)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1602756

Title:
  Missing fastcgi parameter in /etc/nginx/fastcgi_params on xenial

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nginx/+bug/1602756/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to