mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-30 17:33:50 +08:00
316 B
316 B
a2dissite
Debian 기반 운영 체제에서 Apache 가상 호스트 비활성화. 더 많은 정보: https://manned.org/a2dissite.
- 가상 호스트 비활성화:
sudo a2dissite {{가상_호스트}}
- 정보성 메시지를 표시하지 않음:
sudo a2dissite {{[-q|--quiet]}} {{가상_호스트}}