Fix typo in documentation
This commit is contained in:
parent
51bdd91c5e
commit
df249efd16
@ -140,7 +140,7 @@ server {
|
|||||||
default_type "text/plain";
|
default_type "text/plain";
|
||||||
root /var/www/certbot;
|
root /var/www/certbot;
|
||||||
}
|
}
|
||||||
location / { return 301 https://votre.instance.tld; }
|
location / { return 301 https://your_instance.tld; }
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -150,7 +150,7 @@ server {
|
|||||||
default_type "text/plain";
|
default_type "text/plain";
|
||||||
root /var/www/certbot;
|
root /var/www/certbot;
|
||||||
}
|
}
|
||||||
location / { return 301 https://votre.instance.tld; }
|
location / { return 301 https://votre_instance.tld; }
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user