Skip to content

Commit

Permalink
system: fix incorrect traefik variable
Browse files Browse the repository at this point in the history
  • Loading branch information
saltydk committed Dec 11, 2023
1 parent 4198cae commit 5dff9cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/system/tasks/subtasks/logrotate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
content: |
/opt/traefik/access.log {
rotate {{ traefik_log_max_backups }}
size {{ traefik_max_log_size }}
size {{ traefik_log_max_size }}
missingok
notifempty
postrotate
Expand Down

0 comments on commit 5dff9cc

Please sign in to comment.