Merge pull request 'Update 'www/caddy/Caddyfile'' (#6) from caddy-redirect-satzung into main

Reviewed-on: pub-solar/infra#6
Reviewed-by: teutat3s <teutates@mailbox.org>
pull/9/head
teutat3s 2023-03-15 11:44:21 +01:00
commit b06e8ae556
Signed by: pub.solar gitea
GPG Key ID: F0332B04B7054873
1 changed files with 0 additions and 39 deletions

View File

@ -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}
}