ISPConfig Snippet for Roundcube on Ubuntu 16.04, Nginx, php 7

Discussion in 'ISPConfig 3 Priority Support' started by Tomnick, Sep 22, 2016.

  1. Tomnick

    Tomnick New Member

    Last edited: Sep 22, 2016
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    The snippet should work when you adjust the path to the php-fpm socket:

    fastcgi_pass unix:/var/run/php5-fpm.sock;

    to match the new path for php 7on Ubuntu 16.04.
     
  3. Tomnick

    Tomnick New Member

    I already did change it to:
    fastcgi_pass unix:/var/run/php/php7.0-fpm.sock
    But still had the 500 error
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    Tak a look at the nginx error and access log to find the reason.
     

Share This Page