Skip to content

Commit ac47eab

Browse files
authored
Merge pull request #3942 from cqhtyi/patch-1
Update nginx-proxy-manager
2 parents 0bfa6c9 + 0042726 commit ac47eab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docker/rootfs/etc/logrotate.d/nginx-proxy-manager

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
compress
99
sharedscripts
1010
postrotate
11-
/bin/kill -USR1 `cat /run/nginx.pid 2>/dev/null` 2>/dev/null || true
11+
kill -USR1 `cat /run/nginx/nginx.pid 2>/dev/null` 2>/dev/null || true
1212
endscript
1313
}
1414

@@ -22,6 +22,6 @@
2222
compress
2323
sharedscripts
2424
postrotate
25-
/bin/kill -USR1 `cat /run/nginx.pid 2>/dev/null` 2>/dev/null || true
25+
kill -USR1 `cat /run/nginx/nginx.pid 2>/dev/null` 2>/dev/null || true
2626
endscript
27-
}
27+
}

0 commit comments

Comments
 (0)