richarvey / nginx-php-fpm

Nginx and php-fpm for dockerhub builds
https://hub.docker.com/repository/docker/richarvey/nginx-php-fpm/general
GNU General Public License v3.0
1.66k stars 852 forks source link

Alert 'Operation not permitted',when reload nginx #254

Closed sjwjq1108 closed 2 years ago

sjwjq1108 commented 5 years ago

In php,i execute 'nginx -s reload',it will ~ [notice] 80#80: signal process started" [alert] 80#80: kill(15, 1) failed (1: Operation not permitted)" 172.17.0.1 - - [28/Mar/2019:11:18:01 +0000] "GET / HTTP/1.1" 200 103 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0"

but,execute it in docker 'nginx-php-fpm' ,it is ok.