This commit is contained in:
Tim Bendt
2025-11-28 22:46:20 -05:00
parent 23c7db3172
commit d9ea9532eb
5 changed files with 6 additions and 20 deletions

View File

@@ -1,5 +1,5 @@
upstream php {
server unix:/var/run/php/php8.1-fpm.sock;
server unix:/var/run/php/php8.3-fpm.sock;
}
server {
@@ -124,4 +124,4 @@ server {
# Error pages
error_page 404 /404.html;
}
}