18 lines
No EOL
649 B
Text
18 lines
No EOL
649 B
Text
*.pds.synth.download, pds.synth.download {
|
|
#root * /var/www/pds-dash
|
|
#file_server
|
|
|
|
# TEMP
|
|
reverse_proxy http://192.168.1.73:24318
|
|
|
|
# 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
|
|
|
|
import common-settings
|
|
import log pds
|
|
import robots-txt
|
|
} |