Skip to content

Commit

Permalink
fix php in non root mode
Browse files Browse the repository at this point in the history
Signed-off-by: Zoey <[email protected]>
  • Loading branch information
Zoey2936 authored Jul 19, 2023
1 parent 1ed3fcb commit 3b9e94c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rootfs/usr/local/nginx/conf/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3b9e94c

Please sign in to comment.