mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 09:42:07 +02:00
a2ensite: add Indonesian translation (#12503)
* a2ensite: add Indonesian translation --------- Co-authored-by: Reinhart Previano Koentjoro <reinhart_previano@yahoo.com>
This commit is contained in:
parent
21a0502972
commit
09b08dc272
1 changed files with 12 additions and 0 deletions
12
pages.id/linux/a2ensite.md
Normal file
12
pages.id/linux/a2ensite.md
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
# a2ensite
|
||||||
|
|
||||||
|
> Izinkan sebuah host maya (virtual host) Apache pada OS berbasis Debian.
|
||||||
|
> Informasi lebih lanjut: <https://manpages.debian.org/latest/apache2/a2ensite.8.en.html>.
|
||||||
|
|
||||||
|
- Izinkan sebuah host maya:
|
||||||
|
|
||||||
|
`sudo a2ensite {{host_maya}}`
|
||||||
|
|
||||||
|
- Jangan tampilkan pesan informatif:
|
||||||
|
|
||||||
|
`sudo a2ensite --quiet {{host_maya}}`
|
Loading…
Add table
Reference in a new issue