-
Notifications
You must be signed in to change notification settings - Fork 60
Open
Labels
Description
A configuration with the subdirectory does not work. I tried with both a subdomain and a subdirectory.
You can reproduce the problem trying the following.
Subdomain
baseURL: "http://data.example.com"
. If I curl for, e.g., the stylesheet on the machine where the server is running the correct file is returned (curl http://localhost:50000/assets/styles/ldf-server
).
Subdirectory
baseURL: "http://example.com/data/"
. If I curl for, e.g., the stylesheet on the machine where the server is running an HTML file is returned that says that No resource with URL /assets/styles/ldf-server was found
(curl http://localhost:50000/assets/styles/ldf-server
) and the access logs show a 404 response.