sfun commited on
Commit
bbcd23e
1 Parent(s): 07a8bc0

Create Caddyfile

Browse files
Files changed (1) hide show
  1. Caddyfile +10 -0
Caddyfile ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ admin off
3
+ log {
4
+ output discard
5
+ }
6
+ }
7
+
8
+ :3000 {
9
+ reverse_proxy localhost:80
10
+ }