Skip to content

Commit 3584a83

Browse files
committed
Make it work via tunneling domains
1 parent 8173780 commit 3584a83

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

Caddyfile

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ http://localhost {
66
reverse_proxy nginx:80
77
}
88

9-
http://pma.localhost {
9+
pma.localhost {
1010
reverse_proxy phpmyadmin:80
1111
}
12+
13+
:80 {
14+
reverse_proxy nginx:80
15+
}
16+
17+
:443 {
18+
reverse_proxy nginx:80
19+
}

0 commit comments

Comments
 (0)