mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-11 22:30:44 +01:00
$WELLKNOWN / challenge-response for nginx #34
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ghost on GitHub (Jan 19, 2016).
The config example for nginx in the README.md doesn't work for me
I just get 403 forbidden errors when i try to access one of the challenge files via a browser and also letsencrypt.sh can't access the challenge files.
But the following config for nginx works for me:
Not sure if that should be changed or if there could be an other issue preventing the example config for nginx work correctly in my setup.
@lukas2511 commented on GitHub (Jan 22, 2016):
I'm personally using
location /.well-known/acme-challenge { alias /var/www/letsencrypt; }, and I don't have any problems with that. Seems to be a problem with your configuration.