Remove worthless server side logging
I never used it because it's not very useful. Too much noise from bots, crawlers, etc.
This commit is contained in:
parent
d7c8a425de
commit
7c7191882e
10
Caddyfile
10
Caddyfile
@ -19,14 +19,4 @@
|
|||||||
header Strict-Transport-Security max-age=31536000
|
header Strict-Transport-Security max-age=31536000
|
||||||
}
|
}
|
||||||
|
|
||||||
(log) {
|
|
||||||
log {
|
|
||||||
output file /var/log/caddy/access.log {
|
|
||||||
roll_size 1GiB
|
|
||||||
roll_keep 5
|
|
||||||
roll_keep_for 168h
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
import conf.d/*
|
import conf.d/*
|
||||||
|
@ -6,7 +6,6 @@ www.bbaovanc.com {
|
|||||||
|
|
||||||
bbaovanc.com {
|
bbaovanc.com {
|
||||||
import hsts
|
import hsts
|
||||||
import log
|
|
||||||
|
|
||||||
header Cache-Control no-cache
|
header Cache-Control no-cache
|
||||||
root * /var/www/bbaovanc.com/public
|
root * /var/www/bbaovanc.com/public
|
||||||
|
@ -6,7 +6,6 @@ www.brainman.org {
|
|||||||
|
|
||||||
brainman.org {
|
brainman.org {
|
||||||
import hsts
|
import hsts
|
||||||
import log
|
|
||||||
|
|
||||||
header Cache-Control no-cache
|
header Cache-Control no-cache
|
||||||
root * /var/www/brainman.org/public
|
root * /var/www/brainman.org/public
|
||||||
|
@ -3,7 +3,6 @@
|
|||||||
commento.bbaovanc.com {
|
commento.bbaovanc.com {
|
||||||
encode zstd gzip
|
encode zstd gzip
|
||||||
import hsts
|
import hsts
|
||||||
import log
|
|
||||||
|
|
||||||
reverse_proxy localhost:83
|
reverse_proxy localhost:83
|
||||||
|
|
||||||
|
@ -2,7 +2,6 @@
|
|||||||
|
|
||||||
demo.bbaovanc.com {
|
demo.bbaovanc.com {
|
||||||
import hsts
|
import hsts
|
||||||
import log
|
|
||||||
|
|
||||||
header Cache-Control no-store
|
header Cache-Control no-store
|
||||||
header X-Robots-Tag noindex
|
header X-Robots-Tag noindex
|
||||||
|
@ -3,7 +3,6 @@
|
|||||||
dorito.boba.best {
|
dorito.boba.best {
|
||||||
encode zstd gzip
|
encode zstd gzip
|
||||||
import hsts
|
import hsts
|
||||||
import log
|
|
||||||
redir https://discord.gg/NZWzSCY5UE
|
redir https://discord.gg/NZWzSCY5UE
|
||||||
import basicerrors
|
import basicerrors
|
||||||
}
|
}
|
||||||
|
@ -3,7 +3,6 @@
|
|||||||
errors.bbaovanc.com {
|
errors.bbaovanc.com {
|
||||||
encode zstd gzip
|
encode zstd gzip
|
||||||
import hsts
|
import hsts
|
||||||
import log
|
|
||||||
root * /etc/caddy/errors/img
|
root * /etc/caddy/errors/img
|
||||||
file_server
|
file_server
|
||||||
import basicerrors
|
import basicerrors
|
||||||
|
@ -3,7 +3,6 @@
|
|||||||
flower.boba.best {
|
flower.boba.best {
|
||||||
encode zstd gzip
|
encode zstd gzip
|
||||||
import hsts
|
import hsts
|
||||||
import log
|
|
||||||
|
|
||||||
root * /var/www/flower.boba.best
|
root * /var/www/flower.boba.best
|
||||||
handle {
|
handle {
|
||||||
|
@ -3,7 +3,6 @@
|
|||||||
forum.bbaovanc.com {
|
forum.bbaovanc.com {
|
||||||
encode zstd gzip
|
encode zstd gzip
|
||||||
import hsts
|
import hsts
|
||||||
import log
|
|
||||||
|
|
||||||
handle /app/* {
|
handle /app/* {
|
||||||
reverse_proxy localhost:2083
|
reverse_proxy localhost:2083
|
||||||
|
@ -3,7 +3,6 @@
|
|||||||
furry.boba.best {
|
furry.boba.best {
|
||||||
encode zstd gzip
|
encode zstd gzip
|
||||||
import hsts
|
import hsts
|
||||||
import log
|
|
||||||
|
|
||||||
root * /var/www/furry.boba.best
|
root * /var/www/furry.boba.best
|
||||||
handle {
|
handle {
|
||||||
|
@ -3,7 +3,6 @@
|
|||||||
git.bbaovanc.com {
|
git.bbaovanc.com {
|
||||||
encode zstd gzip
|
encode zstd gzip
|
||||||
import hsts
|
import hsts
|
||||||
import log
|
|
||||||
|
|
||||||
handle_path /_/static/assets/* {
|
handle_path /_/static/assets/* {
|
||||||
root * /var/www/git.bbaovanc.com/public
|
root * /var/www/git.bbaovanc.com/public
|
||||||
|
@ -4,7 +4,6 @@
|
|||||||
img.bbaovanc.com {
|
img.bbaovanc.com {
|
||||||
encode zstd gzip
|
encode zstd gzip
|
||||||
import hsts
|
import hsts
|
||||||
import log
|
|
||||||
|
|
||||||
root * /var/www/img.bbaovanc.com
|
root * /var/www/img.bbaovanc.com
|
||||||
file_server {
|
file_server {
|
||||||
|
@ -3,7 +3,6 @@
|
|||||||
isso.bbaovanc.com {
|
isso.bbaovanc.com {
|
||||||
encode zstd gzip
|
encode zstd gzip
|
||||||
import hsts
|
import hsts
|
||||||
import log
|
|
||||||
|
|
||||||
reverse_proxy localhost:86 {
|
reverse_proxy localhost:86 {
|
||||||
header_down Cache-Control no-cache
|
header_down Cache-Control no-cache
|
||||||
|
@ -3,7 +3,6 @@
|
|||||||
lhci.bbaovanc.com {
|
lhci.bbaovanc.com {
|
||||||
encode zstd gzip
|
encode zstd gzip
|
||||||
import hsts
|
import hsts
|
||||||
import log
|
|
||||||
|
|
||||||
reverse_proxy localhost:87
|
reverse_proxy localhost:87
|
||||||
|
|
||||||
|
@ -3,7 +3,6 @@
|
|||||||
lists.bbaovanc.com {
|
lists.bbaovanc.com {
|
||||||
encode zstd gzip
|
encode zstd gzip
|
||||||
import hsts
|
import hsts
|
||||||
import log
|
|
||||||
|
|
||||||
reverse_proxy localhost:85
|
reverse_proxy localhost:85
|
||||||
|
|
||||||
|
@ -3,7 +3,6 @@
|
|||||||
media.bbaovanc.com {
|
media.bbaovanc.com {
|
||||||
encode zstd gzip
|
encode zstd gzip
|
||||||
import hsts
|
import hsts
|
||||||
import log
|
|
||||||
|
|
||||||
root * /var/www/media.bbaovanc.com
|
root * /var/www/media.bbaovanc.com
|
||||||
file_server {
|
file_server {
|
||||||
|
@ -3,7 +3,6 @@
|
|||||||
plausible.bbaovanc.com {
|
plausible.bbaovanc.com {
|
||||||
encode zstd gzip
|
encode zstd gzip
|
||||||
import hsts
|
import hsts
|
||||||
import log
|
|
||||||
|
|
||||||
rewrite /js/bobalytics.js /js/plausible.js
|
rewrite /js/bobalytics.js /js/plausible.js
|
||||||
rewrite /js/bobalytics.outbound-links.js /js/plausible.outbound-links.js
|
rewrite /js/bobalytics.outbound-links.js /js/plausible.outbound-links.js
|
||||||
|
@ -3,7 +3,6 @@
|
|||||||
remark.bbaovanc.com {
|
remark.bbaovanc.com {
|
||||||
encode zstd gzip
|
encode zstd gzip
|
||||||
import hsts
|
import hsts
|
||||||
import log
|
|
||||||
|
|
||||||
reverse_proxy localhost:82 {
|
reverse_proxy localhost:82 {
|
||||||
header_up X-Real-IP {remote_host}
|
header_up X-Real-IP {remote_host}
|
||||||
|
@ -3,7 +3,6 @@
|
|||||||
rick.bbaovanc.com, rick.boba.best {
|
rick.bbaovanc.com, rick.boba.best {
|
||||||
encode zstd gzip
|
encode zstd gzip
|
||||||
import hsts
|
import hsts
|
||||||
import log
|
|
||||||
redir https://www.youtube.com/watch?v=dQw4w9WgXcQ temporary
|
redir https://www.youtube.com/watch?v=dQw4w9WgXcQ temporary
|
||||||
import basicerrors
|
import basicerrors
|
||||||
}
|
}
|
||||||
|
@ -3,7 +3,6 @@
|
|||||||
stib.boba.best {
|
stib.boba.best {
|
||||||
encode zstd gzip
|
encode zstd gzip
|
||||||
import hsts
|
import hsts
|
||||||
import log
|
|
||||||
|
|
||||||
root * /var/www/stib.boba.best
|
root * /var/www/stib.boba.best
|
||||||
handle {
|
handle {
|
||||||
|
Loading…
Reference in New Issue
Block a user