An atproto PDS written in Go
at 27d469e94c6c5e55e5d432fa70246bd318bdc9df 10 lines 123 B view raw
1{$COCOON_HOSTNAME} { 2 reverse_proxy localhost:8080 3 4 encode gzip 5 6 log { 7 output file /data/access.log 8 format json 9 } 10}