Skip to content

Commit

Permalink
Update fastcgi.nomad (#224)
Browse files Browse the repository at this point in the history
  • Loading branch information
lens0021 authored May 29, 2024
1 parent e0a8908 commit b34b154
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jobs/fastcgi.nomad
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,8 @@ variable "hotfix" {
$wgMWLoggerDefaultSpi = [ 'class' => 'MediaWiki\\Logger\\LegacySpi' ]; # default
$wgLogSpamBlacklistHits = true;
$wgGroupPermissions['user']['spamblacklist'] = false;
$wgGroupPermissions['sysop']['spamblacklist'] = true;
$wgGroupPermissions['user']['spamblacklistlog'] = false;
$wgGroupPermissions['sysop']['spamblacklistlog'] = true;
// Maintenance
// 점검이 끝나면 아래 라인 주석처리한 뒤, 아래 문서 내용을 비우면 됨
Expand Down

0 comments on commit b34b154

Please sign in to comment.