add reworked caddy configs from current setup
This commit is contained in:
parent
003cecbbb7
commit
76ec7d0505
23 changed files with 420 additions and 1 deletions
14
.old/etc/caddy/sites-enabled/iceshrimp
Normal file
14
.old/etc/caddy/sites-enabled/iceshrimp
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
beeping.synth.download {
|
||||
reverse_proxy 127.0.0.1:24042
|
||||
|
||||
# favicon stuff
|
||||
handle_path /assets/synth.download/synth.png {
|
||||
root * /var/www/website/assets/synth.download/synth.png
|
||||
file_server
|
||||
encode zstd gzip
|
||||
}
|
||||
|
||||
import common-settings
|
||||
import log iceshrimp
|
||||
import robots-txt
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue