Skip to content
This repository was archived by the owner on Apr 19, 2026. It is now read-only.

Commit ef9d289

Browse files
committed
php8.4-fpmを使う
1 parent 8d68206 commit ef9d289

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

etc/nginx/sites-available/isucon-php.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ server {
1414
fastcgi_param SCRIPT_FILENAME /home/isucon/private_isu/webapp/php/$fastcgi_script_name;
1515
fastcgi_param SCRIPT_NAME $fastcgi_script_name;
1616
fastcgi_index index.php;
17-
fastcgi_pass unix:/run/php/php8.3-fpm.sock;
17+
fastcgi_pass unix:/run/php/php8.4-fpm.sock;
1818
fastcgi_keep_conn on;
1919

2020
keepalive_requests 10000;

etc/php/8.4/fpm/pool.d/www.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ group = isucon
3838
; (IPv6 and IPv4-mapped) on a specific port;
3939
; '/path/to/unix/socket' - to listen on a unix socket.
4040
; Note: This value is mandatory.
41-
listen = 127.0.0.1:9000
41+
listen = /run/php/php8.4-fpm.sock
4242

4343
; Set listen(2) backlog.
4444
; Default Value: 511 (-1 on Linux, FreeBSD and OpenBSD)

0 commit comments

Comments
 (0)