synth.download/neptunium/etc/caddy/sites-enabled/pds

18 lines
649 B
Text
Raw Normal View History

2025-07-19 23:52:19 -05:00
*.pds.synth.download, pds.synth.download {
#root * /var/www/pds-dash
#file_server
# TEMP
reverse_proxy http://192.168.1.73:24318
2025-07-19 23:52:19 -05:00
# since we utilize pds-dash to provide a proper "frontend" page for the pds, we need to manually redirect all known endpoints back to the pds
# probably a better way to do this; haven't discovered it yet
reverse_proxy /xrpc/* http://192.168.1.73:24318
reverse_proxy /oauth/* http://192.168.1.73:24318
reverse_proxy /.well-known/* http://192.168.1.73:24318
reverse_proxy /@atproto/* http://192.168.1.73:24318
2025-07-19 23:52:19 -05:00
import common-settings
import log pds
import robots-txt
}