updated php-fpm from 7.4 to 8.1

This commit is contained in:
2023-08-31 11:22:01 +02:00
parent 42b43be7ec
commit 61ca5d811c
6 changed files with 19 additions and 15 deletions
+2 -1
View File
@@ -18,7 +18,8 @@ server {
proxy_set_header X-NginX-Proxy true;
proxy_set_header X-Ssl on;
proxy_cache off;
proxy_buffering off;
proxy_pass http://app;
proxy_redirect off;
}