Fix typo in documentation

This commit is contained in:
John Livingston 2023-05-18 15:38:14 +02:00
parent 51bdd91c5e
commit df249efd16
No known key found for this signature in database
GPG Key ID: B17B5640CE66CDBC
2 changed files with 2 additions and 2 deletions

View File

@ -140,7 +140,7 @@ server {
default_type "text/plain";
root /var/www/certbot;
}
location / { return 301 https://votre.instance.tld; }
location / { return 301 https://your_instance.tld; }
}
```

View File

@ -150,7 +150,7 @@ server {
default_type "text/plain";
root /var/www/certbot;
}
location / { return 301 https://votre.instance.tld; }
location / { return 301 https://votre_instance.tld; }
}
```