Open
Description
My default setup for websites has the .well-known directory somewhere else than the document root, as often something goes into that directory that the app installed at document root knows nothing about, and should know nothing about. But it appears that solid-server
wants to serve some content there itself, like .well-known/solid
and .well-known/openid-configuration
.
It would be a good to have a complete list of those, so we can write our webserver config files correctly.
Activity