mirror of
https://github.com/aykhans/bsky-feedgen.git
synced 2025-05-31 02:50:03 +00:00
12 lines
110 B
Caddyfile
12 lines
110 B
Caddyfile
{
|
|
admin off
|
|
}
|
|
|
|
{$DOMAIN} {
|
|
request_body {
|
|
max_size 8MB
|
|
}
|
|
|
|
reverse_proxy {$API_HOST}
|
|
}
|