derek-thomas commited on
Commit
4508180
·
verified ·
1 Parent(s): 16552c4

Delete Caddyfile

Browse files
Files changed (1) hide show
  1. Caddyfile +0 -14
Caddyfile DELETED
@@ -1,14 +0,0 @@
1
- :{$PORT}
2
-
3
- encode gzip
4
-
5
- @backend_routes path /_event/* /ping /_upload /_upload/*
6
- handle @backend_routes {
7
- reverse_proxy localhost:8000
8
- }
9
-
10
- root * /srv
11
- route {
12
- try_files {path} {path}/ /404.html
13
- file_server
14
- }