diff --git a/rootfs/usr/local/nginx/conf/nginx.conf b/rootfs/usr/local/nginx/conf/nginx.conf index 99eceea16..0eab1756f 100644 --- a/rootfs/usr/local/nginx/conf/nginx.conf +++ b/rootfs/usr/local/nginx/conf/nginx.conf @@ -70,11 +70,11 @@ http { } upstream php81 { - server unix:/dev/php81.sock; + server unix:/var/php81.sock; } upstream php82 { - server unix:/dev/php82.sock; + server unix:/var/php82.sock; } # Fancy Index