From 656d306e24484be4d50d94f345d710e6c61b1ffe Mon Sep 17 00:00:00 2001 From: Michael Parker Date: Sat, 11 Apr 2020 21:11:21 -0400 Subject: [PATCH] update docker stuff --- .dev/docker/default_ssl.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.dev/docker/default_ssl.conf b/.dev/docker/default_ssl.conf index c2c2b6df..9ec5c10d 100644 --- a/.dev/docker/default_ssl.conf +++ b/.dev/docker/default_ssl.conf @@ -1,4 +1,4 @@ -# If using Ubuntu this file should be placed in: +# If using Ubuntu this file should be placed in: # /etc/nginx/sites-available/ # server { @@ -49,7 +49,7 @@ server { location ~ \.php$ { fastcgi_split_path_info ^(.+\.php)(/.+)$; - fastcgi_pass unix:/var/run/php/php-fpm7.2.sock; + fastcgi_pass 127.0.0.1:9000; fastcgi_index index.php; include fastcgi_params; fastcgi_param PHP_VALUE "upload_max_filesize = 100M \n post_max_size=100M";