24 lines
No EOL
618 B
Text
24 lines
No EOL
618 B
Text
*.beeping.synth.download {
|
|
handle /.well-known/atproto-did {
|
|
rewrite * /.well-known/atproto-did?protocol=ap&id=%40{http.request.host.labels.3}%40beeping.synth.download
|
|
|
|
reverse_proxy https://fed.brid.gy {
|
|
header_up Host fed.brid.gy
|
|
}
|
|
}
|
|
}
|
|
|
|
beeping.synth.download {
|
|
reverse_proxy http://192.168.1.73:24042
|
|
|
|
# favicon stuff
|
|
handle_path /assets/synth.download/synth.png {
|
|
root * /var/www/site/assets/synth.download/synth.png
|
|
file_server
|
|
import common-settings
|
|
}
|
|
|
|
import common-settings
|
|
import log iceshrimp
|
|
import robots-txt
|
|
} |