Skip to content
This repository was archived by the owner on Jun 24, 2022. It is now read-only.

Conversation

ollien
Copy link

@ollien ollien commented Jun 5, 2020

I found that if I had

server {
      listen 80;
      server_name my_website.com;
      return 301 https://$server_name$request_uri;
}

.well-known/acme-certs would 404, as it would attempt to redirect to my domain and fail, since the server_name block is more specific.

The README now documents this caveat, since it is already handled by the config.

I would open an issue, but they are disabled, so I figured this is the next best thing. Sorry if this is a bit out of form.

@staticfloat
Copy link
Owner

Thanks for this @ollien! Not out of form at all, I'm actually not sure why issues are disabled; I've enabled them again.

@staticfloat staticfloat merged commit 1f46f18 into staticfloat:master Jun 29, 2020
staticfloat pushed a commit that referenced this pull request Jun 23, 2022
Add dependabot to be up to date with latest nginx releases
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants