You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
387 B
11 lines
387 B
--- ./sapi/fpm/www.conf.in
|
|
+++ ./sapi/fpm/www.conf.in
|
|
@@ -33,7 +33,7 @@
|
|
; (IPv6 and IPv4-mapped) on a specific port;
|
|
; '/path/to/unix/socket' - to listen on a unix socket.
|
|
; Note: This value is mandatory.
|
|
-listen = 127.0.0.1:9000
|
|
+listen = @TERMUX_PREFIX@/var/run/php-fpm.sock
|
|
|
|
; Set listen(2) backlog.
|
|
; Default Value: 511 (-1 on FreeBSD and OpenBSD)
|
|
|