Welcome! Log In Create A New Profile

Advanced

Re: Empty error and access log

September 27, 2019 01:36AM
Hello All,

Thanks for the updates.

Figured out that, nginx.pid file doesn't have the correct PID value(it contains 1) - which could be valid since nginx is running inside docker container and we are setting up the log rotation from the host machine where the log files getting rotated but new files not getting logged further by nginx worker process.

As per the comments tried to edit the nginx.pid file(with Nginx host PID),
then issued command "kill -USR1 `cat /var/run/nginx.pid`" which works fine and new log files getting created and logged with data.

Had came across the blogs, they suggested to use nginx reload during post rotation as below with the logrotate,
postrotate
docker exec nginx bash -c "nginx -s reload 2>/dev/null"
endscript

Kindly let me know, if above is a valid approach can be followed (or) to get the actual Nginx PID at host level & initiate kill command with USR1.

Thanks in advance.
Regards,
Krishna
Subject Author Posted

Empty error and access log

krishna September 26, 2019 06:22AM

Re: Empty error and access log

krishna September 26, 2019 06:24AM

Re: Empty error and access log

Francis Daly September 26, 2019 07:10AM

Re: Empty error and access log

krishna September 26, 2019 07:25AM

Re: Empty error and access log

rick_pri September 26, 2019 09:13AM

Re: Empty error and access log

Francis Daly September 26, 2019 11:00AM

Re: Empty error and access log

Maxim Dounin September 26, 2019 11:10AM

Re: Empty error and access log

Maxim Dounin September 26, 2019 11:14AM

Re: Empty error and access log

krishna September 27, 2019 01:36AM

Re: Empty error and access log

Francis Daly September 27, 2019 01:58AM

Re: Empty error and access log

Francis Daly September 27, 2019 03:08AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 291
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready