diff options
author | Andrii Pientsov <andrii.pientsov@globallogic.com> | 2020-05-21 08:44:40 +0300 |
---|---|---|
committer | Serhii Kostiuk <serhii.o.kostiuk@globallogic.com> | 2020-05-21 13:05:31 +0300 |
commit | 1f8aaf8a9104af92b86dac7ac0c1d5c4ad73a224 (patch) | |
tree | a9cb671a859458b41c226d7812b7a096d3a7b2c9 /recipes-devtools/php/files/php-fpm.conf.patch | |
parent | 0b05e87874108a22f9ffed069c0b98fa9e5f473c (diff) | |
download | meta-mlinux-atmel-1f8aaf8a9104af92b86dac7ac0c1d5c4ad73a224.tar.gz meta-mlinux-atmel-1f8aaf8a9104af92b86dac7ac0c1d5c4ad73a224.tar.bz2 meta-mlinux-atmel-1f8aaf8a9104af92b86dac7ac0c1d5c4ad73a224.zip |
Remove duplicate
Diffstat (limited to 'recipes-devtools/php/files/php-fpm.conf.patch')
-rw-r--r-- | recipes-devtools/php/files/php-fpm.conf.patch | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/recipes-devtools/php/files/php-fpm.conf.patch b/recipes-devtools/php/files/php-fpm.conf.patch deleted file mode 100644 index 6125b67..0000000 --- a/recipes-devtools/php/files/php-fpm.conf.patch +++ /dev/null @@ -1,30 +0,0 @@ -diff -Naru old/php-fpm.conf new/php-fpm.conf ---- old/php-fpm.conf 2017-06-21 12:52:47.597947428 -0500 -+++ new/php-fpm.conf 2017-06-21 13:10:03.225916769 -0500 -@@ -22,7 +22,7 @@ - ; Pid file - ; Note: the default prefix is @EXPANDED_LOCALSTATEDIR@ - ; Default Value: none --;pid = run/php-fpm.pid -+pid = run/php-fpm.pid - - ; Error log file - ; If it's set to "syslog", log is sent to syslogd instead of being written -@@ -161,7 +161,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 = /var/run/php-fpm.socket - - ; Set listen(2) backlog. - ; Default Value: 65535 (-1 on FreeBSD and OpenBSD) -@@ -476,7 +476,7 @@ - ; Chdir to this directory at the start. - ; Note: relative path can be used. - ; Default Value: current directory or / when chroot --;chdir = /var/www -+;chdir = /www - - ; Redirect worker stdout and stderr into main error log. If not set, stdout and - ; stderr will be redirected to /dev/null according to FastCGI specs. |