aboutsummaryrefslogtreecommitdiff
path: root/Caddyfile
diff options
context:
space:
mode:
Diffstat (limited to 'Caddyfile')
-rw-r--r--Caddyfile20
1 files changed, 0 insertions, 20 deletions
diff --git a/Caddyfile b/Caddyfile
deleted file mode 100644
index 40c143e..0000000
--- a/Caddyfile
+++ /dev/null
@@ -1,20 +0,0 @@
-{
- http_port 8080
- auto_https off
-}
-
-localhost:8080 {
- root * {$SITE_ROOT}
- encode gzip
- file_server
-}
-
-http://fcunynet.fly.dev {
- redir https://fcuny.net
-}
-
-http://fcuny.net {
- root * {$SITE_ROOT}
- encode gzip
- file_server
-}