summaryrefslogtreecommitdiff
path: root/automated/linux/lemp/debian-nginx.conf
diff options
context:
space:
mode:
Diffstat (limited to 'automated/linux/lemp/debian-nginx.conf')
-rw-r--r--automated/linux/lemp/debian-nginx.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/automated/linux/lemp/debian-nginx.conf b/automated/linux/lemp/debian-nginx.conf
index 3e3e3e7..0826a65 100644
--- a/automated/linux/lemp/debian-nginx.conf
+++ b/automated/linux/lemp/debian-nginx.conf
@@ -12,6 +12,6 @@ server {
location ~ \.php$ {
include snippets/fastcgi-php.conf;
- fastcgi_pass unix:/var/run/php5-fpm.sock;
+ fastcgi_pass unix:/var/run/php/php7.0-fpm.sock;
}
}