12 lines
387 B
Diff
12 lines
387 B
Diff
--- ./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)
|