Compare commits

...

2 Commits

Author SHA1 Message Date
BBaoVanC 58ff080106 Remove log
I never ended up reading the server side logging. Even with `goaccess`,
there was too much noise from bots and crawlers.
2022-05-20 23:34:56 -05:00
BBaoVanC 047f6943a3 Add archive.boba.best 2022-05-20 23:33:21 -05:00
13 changed files with 10 additions and 21 deletions

View File

@ -40,14 +40,4 @@
}
}
(log) {
log {
output file /var/log/caddy/access.log {
roll_size 1GiB
roll_keep 5
roll_keep_for 168h
}
}
}
import conf.d/*

10
conf.d/archive.boba.best Normal file
View File

@ -0,0 +1,10 @@
# vim: ft=caddyfile
archive.boba.best {
encode zstd gzip
import hsts
reverse_proxy localhost:90
import basicerrors
}

View File

@ -6,7 +6,6 @@ www.boba.best {
boba.best {
import matrix-well-known
import hsts
import log
header Access-Control-Allow-Origin *
header Cache-Control no-cache

View File

@ -3,7 +3,6 @@
drone.boba.best {
encode zstd gzip
import hsts
import log
reverse_proxy localhost:8081 {
header_up X-Real-IP {remote_host}

View File

@ -3,7 +3,6 @@
errors.boba.best {
encode zstd gzip
import hsts
import log
root * /etc/caddy/errors/img
file_server
import basicerrors

View File

@ -3,7 +3,6 @@
git.boba.best {
encode zstd gzip
import hsts
import log
handle_path /_/static/assets/* {
root * /var/www/git.boba.best/public

View File

@ -3,7 +3,6 @@
grafana.boba.best {
encode zstd gzip
import hsts
import log
reverse_proxy localhost:84
import basicerrors

View File

@ -2,7 +2,6 @@
hetz.boba.best {
import hsts
import log
header Access-Control-Allow-Origin *
root * /var/www/hetz.boba.best/public

View File

@ -3,7 +3,6 @@
mail.boba.best mail.bbaovanc.com autodiscover.boba.best autodiscover.bbaovanc.com autoconfig.boba.best autoconfig.bbaovanc.com {
encode zstd gzip
import hsts
import log
reverse_proxy localhost:8082 {
header_up X-Real-IP {remote_host}

View File

@ -3,7 +3,6 @@
share.boba.best {
encode zstd gzip
import hsts
import log
handle {
reverse_proxy localhost:87

View File

@ -3,7 +3,6 @@
status.boba.best, status.bbaovanc.com {
encode zstd gzip
import hsts
import log
reverse_proxy localhost:83

View File

@ -3,7 +3,6 @@
talkyard.bbaovanc.com {
encode zstd gzip
import hsts
import log
reverse_proxy localhost:88

View File

@ -3,7 +3,6 @@
vault.boba.best {
encode zstd gzip
import hsts
import log
header {
X-XSS-Protection "1; mode=block"