15 lines
552 B
Text
15 lines
552 B
Text
|
|
*.pds.synth.download, pds.synth.download {
|
||
|
|
#root * /var/www/pds-dash
|
||
|
|
file_server
|
||
|
|
|
||
|
|
# 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/* 127.0.0.1:24318
|
||
|
|
reverse_proxy /oauth/* 127.0.0.1:24318
|
||
|
|
reverse_proxy /.well-known/* 127.0.0.1:24318
|
||
|
|
reverse_proxy /@atproto/* 127.0.0.1:24318
|
||
|
|
|
||
|
|
import common-settings
|
||
|
|
import log pds
|
||
|
|
import robots-txt
|
||
|
|
}
|