We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0bfa6c9 + 0042726 commit ac47eabCopy full SHA for ac47eab
docker/rootfs/etc/logrotate.d/nginx-proxy-manager
@@ -8,7 +8,7 @@
8
compress
9
sharedscripts
10
postrotate
11
- /bin/kill -USR1 `cat /run/nginx.pid 2>/dev/null` 2>/dev/null || true
+ kill -USR1 `cat /run/nginx/nginx.pid 2>/dev/null` 2>/dev/null || true
12
endscript
13
}
14
@@ -22,6 +22,6 @@
22
23
24
25
26
27
-}
+}
0 commit comments