[blogs-web/fpm] Fix upstream name



commit b6acb4fcfefc6db6a75529c792ede2260571997e
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date:   Mon Oct 12 15:52:17 2020 +0200

    Fix upstream name

 nginx.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/nginx.conf b/nginx.conf
index 2c00a24..222d93f 100644
--- a/nginx.conf
+++ b/nginx.conf
@@ -99,7 +99,7 @@ http {
             fastcgi_intercept_errors on;
             fastcgi_read_timeout 300;
             fastcgi_param  HTTPS 'on';
-            fastcgi_pass php;
+            fastcgi_pass php-fpm;
             fastcgi_param  SCRIPT_FILENAME $document_root$fastcgi_script_name;
         }
     


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]