Skip to content

Commit 8e172ad

Browse files
author
Vic Shóstak
authored
Merge pull request #123 from zhouyusd/zhouyusd-bugfix
Fix a bug about create proxy using nginx
2 parents 37ae98c + 3afcb2e commit 8e172ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/create.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ func runCreateCmd(cmd *cobra.Command, args []string) error {
233233
case "traefik", "traefik-acme-dns":
234234
proxyList = []string{"nginx"}
235235
case "nginx":
236-
proxyList = []string{"nginx"}
236+
proxyList = []string{"traefik"}
237237
default:
238238
proxyList = []string{"traefik", "nginx"}
239239
}

0 commit comments

Comments
 (0)