Better documentation on how nginx config is updated

If i'd known I just have to update server_name _; to server_name example.mydomain.com; in the nginx config to get the configurator to work properly it would have saved me hours of hair pulling...

So .. the answer to e.g. the help request below is 'yes, you can, you just have to set server_name example.mydomain.com; in the server section where you want nginx to add it's config!

Hi @jamie-pate,

I believe your concerns are better addressed with the Certbot community here GitHub - certbot/certbot: Certbot is EFF's tool to obtain certs from Let's Encrypt and (optionally) auto-enable HTTPS on your server. It can also act as a client for any other CA that uses the ACME protocol.

4 Likes