Skip to content

Commit

Permalink
base: Blacklist upgrading nginx under unattended-upgrades
Browse files Browse the repository at this point in the history
This could cause outages and also restarts nginx.
  • Loading branch information
paladox committed May 6, 2020
1 parent 7e1f3bb commit 4dafaa9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/base/files/apt/50unattended-upgrades
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Unattended-Upgrade::Package-Blacklist {
"libc6-dev";
"libc6-i686";
"mariadb-";
"nginx";
"php-";
"php7.4-";
"php7.3-";
Expand Down

0 comments on commit 4dafaa9

Please sign in to comment.