2025-07-19 23:52:19 -05:00
|
|
|
*.pds.synth.download, pds.synth.download {
|
|
|
|
|
#root * /var/www/pds-dash
|
2025-09-20 15:58:32 -05:00
|
|
|
#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
|
2025-09-20 15:58:32 -05:00
|
|
|
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
|
|
|
|
|
}
|