set phpfpm socket to 7.4
This commit is contained in:
parent
4e96352e88
commit
016d71151a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue