Skip to content

Commit f2c93a9

Browse files
authoredFeb 1, 2025
Update Caddyfile
1 parent 7cc61ab commit f2c93a9

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed
 

‎ci/Caddyfile

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
1-
{
2-
admin localhost:4444
1+
32
}
43
:8000 {
5-
@portLocalhost path_regexp port ^/([0-9]+)\/ide
6-
handle @portLocalhost {
7-
uri strip_prefix {re.port.1}/ide
8-
reverse_proxy localhost:{re.port.1}
4+
0ortLocalhost path_regexp port ^/([0-9]+)\/ide
5+
handle Localhost {
6+
uri prefix {re.port.1}/
7+
prroxy localhost:{re.port.1}
98
}
109

1110
handle {
12-
respond "Bad hostname" 400
11+
1312
}
1413

1514
}

0 commit comments

Comments
 (0)