mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
[fix] Bad markdown syntax
This commit is contained in:
parent
b94c896025
commit
9b6b2de739
1 changed files with 2 additions and 1 deletions
|
@ -223,7 +223,8 @@ Bien souvent une web app s'installe à partir de formulaires affichés sur une p
|
|||
Il convient donc de vérifier si l'application ne propose pas une solution d'installation en ligne de commande.
|
||||
|
||||
Si ce n'est pas le cas, il convient d'utiliser l'option -H de curl. En effet, dans certains cas la redirection DNS pourrait ne pas être active au moment de l'installation.
|
||||
```curl -kL -H "Host: $domain" --data "¶m1=Text1¶m2=text2" https://localhost$path/install.php > /dev/null 2>&1
|
||||
```
|
||||
curl -kL -H "Host: $domain" --data "¶m1=Text1¶m2=text2" https://localhost$path/install.php > /dev/null 2>&1
|
||||
```
|
||||
|
||||
#### YEP 2.18.2 - Supporter l'installation sur un domaine | validé | auto | WORKING |
|
||||
|
|
Loading…
Reference in a new issue