Skip to content

Commit

Permalink
a2enconf: add French translation
Browse files Browse the repository at this point in the history
  • Loading branch information
patricedenis authored and waldyrious committed Mar 31, 2021
1 parent c015754 commit 921808e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pages.fr/linux/a2enconf.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# a2enconf

> Active un fichier de configuration sur une distribution Debian.
> Plus d'information : <https://manpages.debian.org/latest/apache2/a2enconf.8.en.html>.
- Active un fichier de configuration :

`sudo a2enconf {{fichier_de_configuration}}`

- N'affiche aucun message (mode silencieux) :

`sudo a2enconf --quiet {{fichier_de_configuration}}`

0 comments on commit 921808e

Please sign in to comment.