mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 17:13:50 +02:00
a2disconf: add Polish translation (#12782)
* a2disconf: add Polish translation --------- Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
This commit is contained in:
parent
7c98778e5f
commit
a04d52dfef
1 changed files with 12 additions and 0 deletions
12
pages.pl/linux/a2disconf.md
Normal file
12
pages.pl/linux/a2disconf.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
# a2disconf
|
||||
|
||||
> Wyłącz plik konfiguracyjny Apache w systemach opartych na Debianie.
|
||||
> Więcej informacji: <https://manpages.debian.org/latest/apache2/a2disconf.8.en.html>.
|
||||
|
||||
- Wyłącz plik konfiguracyjny:
|
||||
|
||||
`sudo a2disconf {{plik_konfiguracyjny}}`
|
||||
|
||||
- Nie pokazuj wiadomości informacyjnych:
|
||||
|
||||
`sudo a2disconf --quiet {{plik_konfiguracyjny}}`
|
Loading…
Add table
Reference in a new issue