Skip to content

Commit

Permalink
Add a Caddyfile for co-hosting with localhost
Browse files Browse the repository at this point in the history
  • Loading branch information
macobo committed Aug 22, 2024
1 parent 8b4a67a commit 3b1551b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
nodejs 21.7.3
caddy 2.8.4
4 changes: 4 additions & 0 deletions Caddyfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
:8001 {
reverse_proxy /docs* localhost:3000
reverse_proxy :8000
}

0 comments on commit 3b1551b

Please sign in to comment.