smgc commited on
Commit
6d7d4fe
1 Parent(s): f8bdc1d

Update Caddyfile

Browse files
Files changed (1) hide show
  1. Caddyfile +8 -0
Caddyfile CHANGED
@@ -1,3 +1,11 @@
 
 
 
 
 
 
 
 
1
  :3001 {
2
  handle_path /api/v1/* {
3
  rewrite * /v1{path}
 
1
+ {
2
+ admin off
3
+ log {
4
+ format console
5
+ level info
6
+ }
7
+ }
8
+
9
  :3001 {
10
  handle_path /api/v1/* {
11
  rewrite * /v1{path}