-
-
Notifications
You must be signed in to change notification settings - Fork 786
Closed
Labels
Description
I have a datasette deployment, using Apache2 to reverse proxy:
ProxyPass /ged http://thor.phfactor.net:8001
ProxyPreserveHost On
In settings.json I have
{
"base_url": "/ged/",
"trace_debug": 1,
"template_debug": 1
}and datasette works correctly. However, if you view a query and then click on the 'This data as json, CSV' both links omit the base_url prefix and are therefore 404.