mirror of https://github.com/CrimsonTome/tldr.git
Create a2disconf.md
parent
4bc29f8ff2
commit
d741817815
|
@ -0,0 +1,12 @@
|
||||||
|
# a2disconf
|
||||||
|
|
||||||
|
> 在基于 Debian 的操作系统上禁用 Apache 配置文件.
|
||||||
|
> 更多信息: <https://manpages.debian.org/buster/apache2/a2disconf.8.en.html>.
|
||||||
|
|
||||||
|
- 禁用配置文件:
|
||||||
|
|
||||||
|
`sudo a2disconf {{配置文件}}`
|
||||||
|
|
||||||
|
- 不显示信息性消息:
|
||||||
|
|
||||||
|
`sudo a2disconf --quiet {{配置文件}}`
|
Loading…
Reference in New Issue