From fa394e03eeeef9efffcd1ac88cae2b64a023572e Mon Sep 17 00:00:00 2001 From: teutat3s Date: Mon, 3 Oct 2022 15:28:50 +0200 Subject: [PATCH] Revert "Add Caddyfile" This reverts commit 8eb210482b8523e14f9340f56b08ff6508aa389d. It's documented here: https://git.b12f.io/pub-solar/infra/src/branch/main/www/caddy/Caddyfile --- Caddyfile | 39 --------------------------------------- 1 file changed, 39 deletions(-) delete mode 100644 Caddyfile diff --git a/Caddyfile b/Caddyfile deleted file mode 100644 index 3b913ea..0000000 --- a/Caddyfile +++ /dev/null @@ -1,39 +0,0 @@ -# Caddy's configuration file -# see: https://caddyserver.com/docs/caddyfile -{ - email admins@pub.solar -} - -pub.solar { - # Uncomment for debugging - #log { - # output stderr - #} - - # PubSolarOS images - handle /os/download/* { - root * /srv - file_server /os/download/* browse - } - - # serve base domain pub.solar for mastodon.pub.solar - # https://masto.host/mastodon-usernames-different-from-the-domain-used-for-installation/ - handle /.well-known/host-meta { - redir https://mastodon.pub.solar{uri} - } - - # pub.solar website - handle { - root * /srv/pub.solar - try_files {path}.html {path} - file_server - } - - handle_errors { - respond "{http.error.status_code} {http.error.status_text}" - } -} - -www.pub.solar { - redir https://pub.solar{uri} -}