add php 8.3

Signed-off-by: Zoey <zoey@z0ey.de>
This commit is contained in:
Zoey
2024-01-08 11:08:20 +01:00
parent 711d378baa
commit 16ff4c4db9
9 changed files with 94 additions and 22 deletions

View File

@@ -81,6 +81,10 @@ http {
server unix:/run/php82.sock;
}
upstream php83 {
server unix:/run/php83.sock;
}
# Fancy Index
fancyindex on;
fancyindex_localtime on;