Skip to content

Commit

Permalink
Update fastcgi.nomad (#225)
Browse files Browse the repository at this point in the history
* Update fastcgi.nomad

* Specify version
  • Loading branch information
lens0021 authored May 30, 2024
1 parent b34b154 commit 8605884
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/before-cd-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
run: |
curl -fsSL https://apt.releases.hashicorp.com/gpg | sudo apt-key add -
sudo apt-add-repository "deb [arch=amd64] https://apt.releases.hashicorp.com $(lsb_release -cs) main"
sudo apt-get update && sudo apt-get install -y nomad consul
sudo apt-get update && sudo apt-get install -y nomad=1.7.5-1 consul
echo "nomad_version: $(nomad -v)"
echo "consul_version: $(consul -v)"
Expand Down
4 changes: 1 addition & 3 deletions jobs/fastcgi.nomad
Original file line number Diff line number Diff line change
Expand Up @@ -143,10 +143,8 @@ variable "hotfix" {
* @file
*/
$wgUnifiedExtensionForFemiwikiBlockByEmail = false;
$wgMWLoggerDefaultSpi = [ 'class' => 'MediaWiki\\Logger\\LegacySpi' ]; # default
$wgLogSpamBlacklistHits = true;
$wgGroupPermissions['user']['spamblacklistlog'] = false;
$wgGroupPermissions['sysop']['spamblacklistlog'] = true;
// Maintenance
// 점검이 끝나면 아래 라인 주석처리한 뒤, 아래 문서 내용을 비우면 됨
Expand Down

0 comments on commit 8605884

Please sign in to comment.