Skip to content
This repository was archived by the owner on Sep 24, 2024. It is now read-only.

Commit 1cdd533

Browse files
myungwoostefano-maggiolo
authored andcommitted
Ubuntu 16.04 only supports php7.0
1 parent 31a7ecc commit 1cdd533

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/nginx.conf.sample

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ http {
104104
try_files $uri $uri/ =404;
105105

106106
location ~ \.php$ {
107-
fastcgi_pass unix:/var/run/php5-fpm.sock;
107+
fastcgi_pass unix:/var/run/php/php7.0-fpm.sock;
108108
fastcgi_index index.php;
109109
include fastcgi_params;
110110
}

docs/Installation.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ On Ubuntu 16.04, one will need to run the following script to satisfy all depend
6666
libffi-dev python-pip
6767

6868
# Optional
69-
sudo apt-get install nginx-full php7.0-cli php5-fpm phppgadmin \
69+
sudo apt-get install nginx-full php7.0-cli php7.0-fpm phppgadmin \
7070
texlive-latex-base a2ps gcj-jdk haskell-platform
7171

7272
Arch Linux

0 commit comments

Comments
 (0)