Remove log
I never ended up reading the server side logging. Even with `goaccess`, there was too much noise from bots and crawlers.
This commit is contained in:
parent
047f6943a3
commit
58ff080106
10
Caddyfile
10
Caddyfile
@ -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/*
|
||||
|
@ -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
|
||||
|
@ -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}
|
||||
|
@ -3,7 +3,6 @@
|
||||
errors.boba.best {
|
||||
encode zstd gzip
|
||||
import hsts
|
||||
import log
|
||||
root * /etc/caddy/errors/img
|
||||
file_server
|
||||
import basicerrors
|
||||
|
@ -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
|
||||
|
@ -3,7 +3,6 @@
|
||||
grafana.boba.best {
|
||||
encode zstd gzip
|
||||
import hsts
|
||||
import log
|
||||
|
||||
reverse_proxy localhost:84
|
||||
import basicerrors
|
||||
|
@ -2,7 +2,6 @@
|
||||
|
||||
hetz.boba.best {
|
||||
import hsts
|
||||
import log
|
||||
|
||||
header Access-Control-Allow-Origin *
|
||||
root * /var/www/hetz.boba.best/public
|
||||
|
@ -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}
|
||||
|
@ -3,7 +3,6 @@
|
||||
share.boba.best {
|
||||
encode zstd gzip
|
||||
import hsts
|
||||
import log
|
||||
|
||||
handle {
|
||||
reverse_proxy localhost:87
|
||||
|
@ -3,7 +3,6 @@
|
||||
status.boba.best, status.bbaovanc.com {
|
||||
encode zstd gzip
|
||||
import hsts
|
||||
import log
|
||||
|
||||
reverse_proxy localhost:83
|
||||
|
||||
|
@ -3,7 +3,6 @@
|
||||
talkyard.bbaovanc.com {
|
||||
encode zstd gzip
|
||||
import hsts
|
||||
import log
|
||||
|
||||
reverse_proxy localhost:88
|
||||
|
||||
|
@ -3,7 +3,6 @@
|
||||
vault.boba.best {
|
||||
encode zstd gzip
|
||||
import hsts
|
||||
import log
|
||||
|
||||
header {
|
||||
X-XSS-Protection "1; mode=block"
|
||||
|
Loading…
Reference in New Issue
Block a user