Adds volume and static files for logging from socket

This commit is contained in:
Sam ONeill 2022-02-08 10:29:14 +13:00
parent 238a6f393c
commit ec4b0c0551
5 changed files with 13 additions and 0 deletions

8
static/socket/logrotate Normal file
View file

@ -0,0 +1,8 @@
/var/www/html/pathfinder/history/map/*.log {
daily
missingok
rotate 14
compress
notifempty
endscript
}