change PHP version to 8.1

This commit is contained in:
packetcat 2022-08-31 10:12:27 -04:00
parent 863e1b5cd0
commit be432569f8
1 changed files with 1 additions and 1 deletions

View File

@ -361,7 +361,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.4-fpm.sock; }
- upstream php { server unix:/run/php/php8.1-fpm.sock; }
ssl:
- ssl_protocols TLSv1.2 TLSv1.3
- ssl_prefer_server_ciphers on