mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01:00
a2dissite: add French translation
This commit is contained in:
parent
66d2f6853d
commit
fd6b227f42
1 changed files with 12 additions and 0 deletions
12
pages.fr/linux/a2dissite.md
Normal file
12
pages.fr/linux/a2dissite.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
# a2dissite
|
||||
|
||||
> Désactive un hôte virtuel Apache sur une distribution Debian.
|
||||
> Plus d'information : <https://manpages.debian.org/latest/apache2/a2dissite.8.en.html>.
|
||||
|
||||
- Désactive un hôte virtuel :
|
||||
|
||||
`sudo a2dissite {{virtual_host}}`
|
||||
|
||||
- N'affiche aucun message (mode silencieux) :
|
||||
|
||||
`sudo a2dissite --quiet {{virtual_host}}`
|
Loading…
Add table
Reference in a new issue