Skip to content

Commit

Permalink
update the ddev-webserver tag [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
rfay committed Dec 31, 2024
1 parent edc4848 commit 65662a5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pkg/nodeps/values.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ const (

// Webserver types
const (
WebserverNginxFPM = "nginx-fpm"
WebserverApacheFPM = "apache-fpm"
WebserverNginxNodeJS = "nginx-nodejs"
WebserverNginxFPM = "nginx-fpm"
WebserverApacheFPM = "apache-fpm"
WebserverNginxNodeJS = "nginx-nodejs"
)

// ValidOmitContainers is the list of things that can be omitted
Expand Down Expand Up @@ -82,9 +82,9 @@ var GoroutineLimit = 10
// ValidWebserverTypes should be updated whenever supported webserver types are added or
// removed, and should be used to ensure user-supplied values are valid.
var ValidWebserverTypes = map[string]bool{
WebserverNginxFPM: true,
WebserverApacheFPM: true,
WebserverNginxNodeJS: true,
WebserverNginxFPM: true,
WebserverApacheFPM: true,
WebserverNginxNodeJS: true,
}

const AppTypeDrupalLatestStable = AppTypeDrupal11
Expand Down

0 comments on commit 65662a5

Please sign in to comment.