[Pkg-nginx-maintainers] Bug#822792: marked as pending

Michael Lustfield michael at lustfield.net
Wed Oct 19 20:27:01 UTC 2016


awe... I bumped send a bit early. :(

>> Ordering could be relevant if packages want to handle more
>> specific URLs than others?
>> For example letsencrypt wants to handle
>> /.well-known/acme-challenge while maybe something else
>> wants to handle /.well-known?
>
> In this case, the existing static block is sufficient.

location / { try_files $uri $uri/ =404; } would cover the files that
get created in that directory.

Additionally, for letsencrypt, I would highly recommend acmetool. It's
saved me a lot of headache due to its simplicity and insistence that
it'll work no matter what.



More information about the Pkg-nginx-maintainers mailing list