aboutsummaryrefslogtreecommitdiff
path: root/template/Caddyfile.template
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2022-11-06 16:50:27 +0800
committercrupest <crupest@outlook.com>2022-11-06 16:50:27 +0800
commit02cb10f9dcf5cd228f563f28e607ad7403a5aa9c (patch)
tree4d8126b1578672edb3cd5180d29e45ec1e4bee90 /template/Caddyfile.template
parentaa90657fd5c4bdfffc23a58ee40b4b43200bce9b (diff)
downloadcrupest-02cb10f9dcf5cd228f563f28e607ad7403a5aa9c.tar.gz
crupest-02cb10f9dcf5cd228f563f28e607ad7403a5aa9c.tar.bz2
crupest-02cb10f9dcf5cd228f563f28e607ad7403a5aa9c.zip
Beautiful color in terminal thanks to rich!
Diffstat (limited to 'template/Caddyfile.template')
-rw-r--r--template/Caddyfile.template24
1 files changed, 0 insertions, 24 deletions
diff --git a/template/Caddyfile.template b/template/Caddyfile.template
deleted file mode 100644
index 0a0122b..0000000
--- a/template/Caddyfile.template
+++ /dev/null
@@ -1,24 +0,0 @@
-{
- email {{CRUPEST_EMAIL}}
-}
-
-{{CRUPEST_DOMAIN}} {
- root * /srv
- encode gzip
- file_server
-}
-
-blog.{{CRUPEST_DOMAIN}} {
- encode gzip
- reverse_proxy halo:8090
-}
-
-timeline.{{CRUPEST_DOMAIN}} {
- encode gzip
- reverse_proxy timeline:5000
-}
-
-code.{{CRUPEST_DOMAIN}} {
- encode gzip
- reverse_proxy code-server:8080
-}