Skip to content

Commit 3b1551b

Browse files
committedAug 22, 2024
Add a Caddyfile for co-hosting with localhost
1 parent 8b4a67a commit 3b1551b

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed
 

‎.tool-versions

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
nodejs 21.7.3
2+
caddy 2.8.4

‎Caddyfile

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
:8001 {
2+
reverse_proxy /docs* localhost:3000
3+
reverse_proxy :8000
4+
}

0 commit comments

Comments
 (0)
Please sign in to comment.