Compare commits
No commits in common. "8d96cb6de213d3943a79ea254229e7df1d02f1f6" and "d7c8a425de817fcc1e4163ce266eac2554e4b758" have entirely different histories.
8d96cb6de2
...
d7c8a425de
10
Caddyfile
10
Caddyfile
@ -19,4 +19,14 @@
|
||||
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/*
|
||||
|
@ -6,6 +6,7 @@ www.bbaovanc.com {
|
||||
|
||||
bbaovanc.com {
|
||||
import hsts
|
||||
import log
|
||||
|
||||
header Cache-Control no-cache
|
||||
root * /var/www/bbaovanc.com/public
|
||||
|
@ -6,6 +6,7 @@ www.brainman.org {
|
||||
|
||||
brainman.org {
|
||||
import hsts
|
||||
import log
|
||||
|
||||
header Cache-Control no-cache
|
||||
root * /var/www/brainman.org/public
|
||||
|
@ -3,6 +3,7 @@
|
||||
commento.bbaovanc.com {
|
||||
encode zstd gzip
|
||||
import hsts
|
||||
import log
|
||||
|
||||
reverse_proxy localhost:83
|
||||
|
||||
|
@ -2,6 +2,7 @@
|
||||
|
||||
demo.bbaovanc.com {
|
||||
import hsts
|
||||
import log
|
||||
|
||||
header Cache-Control no-store
|
||||
header X-Robots-Tag noindex
|
||||
|
@ -3,6 +3,7 @@
|
||||
dorito.boba.best {
|
||||
encode zstd gzip
|
||||
import hsts
|
||||
import log
|
||||
redir https://discord.gg/NZWzSCY5UE
|
||||
import basicerrors
|
||||
}
|
||||
|
@ -3,6 +3,7 @@
|
||||
errors.bbaovanc.com {
|
||||
encode zstd gzip
|
||||
import hsts
|
||||
import log
|
||||
root * /etc/caddy/errors/img
|
||||
file_server
|
||||
import basicerrors
|
||||
|
@ -3,6 +3,7 @@
|
||||
flower.boba.best {
|
||||
encode zstd gzip
|
||||
import hsts
|
||||
import log
|
||||
|
||||
root * /var/www/flower.boba.best
|
||||
handle {
|
||||
|
@ -3,6 +3,7 @@
|
||||
forum.bbaovanc.com {
|
||||
encode zstd gzip
|
||||
import hsts
|
||||
import log
|
||||
|
||||
handle /app/* {
|
||||
reverse_proxy localhost:2083
|
||||
|
@ -3,6 +3,7 @@
|
||||
furry.boba.best {
|
||||
encode zstd gzip
|
||||
import hsts
|
||||
import log
|
||||
|
||||
root * /var/www/furry.boba.best
|
||||
handle {
|
||||
|
@ -3,6 +3,7 @@
|
||||
git.bbaovanc.com {
|
||||
encode zstd gzip
|
||||
import hsts
|
||||
import log
|
||||
|
||||
handle_path /_/static/assets/* {
|
||||
root * /var/www/git.bbaovanc.com/public
|
||||
|
@ -4,6 +4,7 @@
|
||||
img.bbaovanc.com {
|
||||
encode zstd gzip
|
||||
import hsts
|
||||
import log
|
||||
|
||||
root * /var/www/img.bbaovanc.com
|
||||
file_server {
|
||||
|
@ -3,6 +3,7 @@
|
||||
isso.bbaovanc.com {
|
||||
encode zstd gzip
|
||||
import hsts
|
||||
import log
|
||||
|
||||
reverse_proxy localhost:86 {
|
||||
header_down Cache-Control no-cache
|
||||
|
@ -3,6 +3,7 @@
|
||||
lhci.bbaovanc.com {
|
||||
encode zstd gzip
|
||||
import hsts
|
||||
import log
|
||||
|
||||
reverse_proxy localhost:87
|
||||
|
||||
|
@ -1,40 +0,0 @@
|
||||
# vim: ft=caddyfile
|
||||
|
||||
linkace.bbaovanc.com {
|
||||
encode zstd gzip
|
||||
import hsts
|
||||
|
||||
root * /var/www/linkace.bbaovanc.com/public
|
||||
php_fastcgi unix//run/php/php-fpm.sock
|
||||
|
||||
header {
|
||||
X-Frame-Options "SAMEORIGIN"
|
||||
X-XSS-Protection "1; mode=block"
|
||||
X-Content-Type-Options "nosniff"
|
||||
}
|
||||
|
||||
@assets {
|
||||
path *.css
|
||||
path *.js
|
||||
path *.map
|
||||
path *.scss
|
||||
path *.jpg
|
||||
path *.jpeg
|
||||
path *.png
|
||||
path *.avif
|
||||
path *.gif
|
||||
path *.mp4
|
||||
path *.woff
|
||||
path *.woff2
|
||||
path *.ico
|
||||
path *.svg
|
||||
path *.webmanifest
|
||||
}
|
||||
header @assets {
|
||||
Test "working"
|
||||
}
|
||||
|
||||
file_server
|
||||
|
||||
import basicerrors
|
||||
}
|
@ -3,6 +3,7 @@
|
||||
lists.bbaovanc.com {
|
||||
encode zstd gzip
|
||||
import hsts
|
||||
import log
|
||||
|
||||
reverse_proxy localhost:85
|
||||
|
||||
|
@ -3,6 +3,7 @@
|
||||
media.bbaovanc.com {
|
||||
encode zstd gzip
|
||||
import hsts
|
||||
import log
|
||||
|
||||
root * /var/www/media.bbaovanc.com
|
||||
file_server {
|
||||
|
@ -3,6 +3,7 @@
|
||||
plausible.bbaovanc.com {
|
||||
encode zstd gzip
|
||||
import hsts
|
||||
import log
|
||||
|
||||
rewrite /js/bobalytics.js /js/plausible.js
|
||||
rewrite /js/bobalytics.outbound-links.js /js/plausible.outbound-links.js
|
||||
|
@ -3,6 +3,7 @@
|
||||
remark.bbaovanc.com {
|
||||
encode zstd gzip
|
||||
import hsts
|
||||
import log
|
||||
|
||||
reverse_proxy localhost:82 {
|
||||
header_up X-Real-IP {remote_host}
|
||||
|
@ -3,6 +3,7 @@
|
||||
rick.bbaovanc.com, rick.boba.best {
|
||||
encode zstd gzip
|
||||
import hsts
|
||||
import log
|
||||
redir https://www.youtube.com/watch?v=dQw4w9WgXcQ temporary
|
||||
import basicerrors
|
||||
}
|
||||
|
@ -3,6 +3,7 @@
|
||||
stib.boba.best {
|
||||
encode zstd gzip
|
||||
import hsts
|
||||
import log
|
||||
|
||||
root * /var/www/stib.boba.best
|
||||
handle {
|
||||
|
Loading…
x
Reference in New Issue
Block a user