Adds logrotate

This commit is contained in:
chaptergy
2021-05-30 20:19:05 +02:00
parent deca493912
commit 289d179142
5 changed files with 34 additions and 5 deletions

View File

@ -8,7 +8,7 @@ server {
set $port "80";
server_name localhost-nginx-proxy-manager;
access_log /data/logs/fallback-access.log standard;
access_log /data/logs/fallback_access.log standard;
error_log /dev/null crit;
include conf.d/include/assets.conf;
include conf.d/include/block-exploits.conf;