diff options
Diffstat (limited to 'nginx-fpm.conf')
| -rw-r--r-- | nginx-fpm.conf | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/nginx-fpm.conf b/nginx-fpm.conf index 5b5f9be..a69df39 100644 --- a/nginx-fpm.conf +++ b/nginx-fpm.conf @@ -2,5 +2,5 @@  # network or unix domain socket configuration  upstream php-fpm { -        server 127.0.0.1:9000; +        server unix:/run/php-fpm/www.sock;  } | 
