Y
Hacker News
new
|
ask
|
show
|
jobs
by
ran290
3737 days ago
I'm curious: why doesn't webroot work for your setup?
1 comments
ivansavz
3737 days ago
A dynamic script is handling all requests, so there is no "webroot" directory where you can put stuff for them to appear under /
link
matt4077
3737 days ago
You could quite easily add a location /.well-known rule to the server, right?
link
ivansavz
3737 days ago
Oh yeah, I didn't know about this option. A static dir for /.well-known is a much more elegant solution than shutting down nginx... Thx for the pointer.
link