Skip to content

Commit 3afcb2e

Browse files
authored
Fix a bug about create proxy using nginx
1 parent 37ae98c commit 3afcb2e

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)