You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the section labelled "Edit by removing the # characters on the following lines:" there is a reference to php5 in the following line:
fastcgi_pass unix:/var/run/php5-fpm.sock;
This should read:
fastcgi_pass unix:/run/php/php7.3-fpm.sock;
Also update this line later in the same document which references php7.0 to be consistent:
fastcgi_pass unix:/var/run/php/php7.0-fpm.sock;
The text was updated successfully, but these errors were encountered:
adrianyorke
changed the title
NGINX web server setup document contains a reference to php5, should be php7.0
NGINX web server setup document contains a reference to php5, should be php7.3
Feb 3, 2021
adrianyorke
changed the title
NGINX web server setup document contains a reference to php5, should be php7.3
NGINX web server setup document contains references to php5, should be php7.3
Feb 3, 2021
adrianyorke
changed the title
NGINX web server setup document contains references to php5, should be php7.3
NGINX web server setup document contains inconsistent references to both php5 and php7.0, should be php7.3
Feb 3, 2021
Uh oh!
There was an error while loading. Please reload this page.
This issue relates to NGINX web server setup document which can be found here:
https://github.com/raspberrypi/documentation/blob/master/remote-access/web-server/nginx.md
In the section labelled "Edit by removing the
#
characters on the following lines:" there is a reference to php5 in the following line:This should read:
Also update this line later in the same document which references php7.0 to be consistent:
The text was updated successfully, but these errors were encountered: