Skip to content

Commit 80f0bad

Browse files
jcklingnetworm
authored andcommitted
删除多余空格
1 parent a25cfc6 commit 80f0bad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

book/04-git-server/sections/smart-http.asc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ $ sudo apt-get install apache2 apache2-utils
1818
$ a2enmod cgi alias env
1919
----
2020

21-
该操作将会启用 `mod_cgi``mod_alias``mod_env` 等 Apache 模块, 这些模块都是使该功能正常工作所必须的。
21+
该操作将会启用 `mod_cgi``mod_alias``mod_env` 等 Apache 模块, 这些模块都是使该功能正常工作所必须的。
2222

2323
你还需要将 `/srv/git` 的 Unix 用户组设置为 `www-data`,这样 Web 服务器才能读写该仓库,
24-
因为 运行 CGI 脚本的 Apache 实例默认会以该用户的权限运行:
24+
因为运行 CGI 脚本的 Apache 实例默认会以该用户的权限运行:
2525

2626
[source,console]
2727
----

0 commit comments

Comments
 (0)