From 016d71151af055ee5791831f73dfab282fe41533 Mon Sep 17 00:00:00 2001 From: staticsafe Date: Sat, 3 Oct 2020 22:02:17 -0400 Subject: [PATCH] set phpfpm socket to 7.4 --- ubuntu/erlking.asininetech.net.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ubuntu/erlking.asininetech.net.yml b/ubuntu/erlking.asininetech.net.yml index cf2e95c..d35778e 100644 --- a/ubuntu/erlking.asininetech.net.yml +++ b/ubuntu/erlking.asininetech.net.yml @@ -308,7 +308,7 @@ - gzip_disable msie6 - gzip_types text/plain text/css application/json application/javascript text/xml application/xml application/xml+rss text/javascript upstream: - - upstream php { server unix:/run/php/php7.2-fpm.sock; } + - upstream php { server unix:/run/php/php7.4-fpm.sock; } ssl: - ssl_protocols TLSv1.2 TLSv1.3 - ssl_prefer_server_ciphers on