Create a2disconf.md

beep
Flex Zhong 2020-09-30 13:37:47 +08:00 committed by Starbeamrainbowlabs
parent 4bc29f8ff2
commit d741817815
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
# a2disconf
> 在基于 Debian 的操作系统上禁用 Apache 配置文件.
> 更多信息: <https://manpages.debian.org/buster/apache2/a2disconf.8.en.html>.
- 禁用配置文件:
`sudo a2disconf {{配置文件}}`
- 不显示信息性消息:
`sudo a2disconf --quiet {{配置文件}}`