Skip to content

Commit af475ab

Browse files
committed
Add documentation on customising logrotate config
1 parent e08a4d4 commit af475ab

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

docs/advanced-config/README.md

+14
Original file line numberDiff line numberDiff line change
@@ -194,3 +194,17 @@ value by specifying it as a Docker environment variable. The default if not spec
194194
X_FRAME_OPTIONS: "sameorigin"
195195
...
196196
```
197+
198+
## Customising logrotate settings
199+
200+
By default, NPM rotates the access- and error logs weekly and keeps 4 and 10 log files respectively.
201+
Depending on the usage, this can lead to large log files, especially access logs.
202+
You can customise the logrotate configuration through a mount (if your custom config is `logrotate.custom`):
203+
204+
```yml
205+
volumes:
206+
...
207+
- ./logrotate.custom:/etc/logrotate.d/nginx-proxy/manager
208+
```
209+
210+
For reference, the default configuration can be found [here](https://github.com/NginxProxyManager/nginx-proxy-manager/blob/develop/docker/rootfs/etc/logrotate.d/nginx-proxy-manager).

0 commit comments

Comments
 (0)