diff options
author | crupest <crupest@outlook.com> | 2022-11-06 16:50:27 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-11-06 16:50:27 +0800 |
commit | 1562a317e147954c5618ecdccbfd10c944bf81ce (patch) | |
tree | 4d8126b1578672edb3cd5180d29e45ec1e4bee90 /template/Caddyfile.template | |
parent | eacf141eb42029dad5cdf511f3b255ed90e84df2 (diff) | |
download | crupest-1562a317e147954c5618ecdccbfd10c944bf81ce.tar.gz crupest-1562a317e147954c5618ecdccbfd10c944bf81ce.tar.bz2 crupest-1562a317e147954c5618ecdccbfd10c944bf81ce.zip |
Beautiful color in terminal thanks to rich!
Diffstat (limited to 'template/Caddyfile.template')
-rw-r--r-- | template/Caddyfile.template | 24 |
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 -} |