Spaces:
Paused
Paused
fix caddy file format
Browse files
Caddyfile
CHANGED
|
@@ -18,7 +18,7 @@
|
|
| 18 |
reverse_proxy localhost:8881
|
| 19 |
}
|
| 20 |
# readeck
|
| 21 |
-
handle /readeck/*{
|
| 22 |
reverse_proxy localhost:7000
|
| 23 |
}
|
| 24 |
|
|
|
|
| 18 |
reverse_proxy localhost:8881
|
| 19 |
}
|
| 20 |
# readeck
|
| 21 |
+
handle /readeck/* {
|
| 22 |
reverse_proxy localhost:7000
|
| 23 |
}
|
| 24 |
|