Skip to content
This repository has been archived by the owner on Jul 19, 2021. It is now read-only.

Update deploy_with_apache.md #58

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions deploy/deploy_with_apache.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Seahub 是 Seafile 服务器的网站界面. FileServer 用来处理浏览器端
这里我们通过 fastcgi 部署 Seahub, 通过反向代理(Reverse Proxy)部署 FileServer. 我们假设你已经将 Seahub 绑定了域名"www.myseafile.com".

修改 Apache 配置文件:
(`sites-enabled/000-default`) for ubuntu/debian
(`sites-enabled/000-default.conf`) for ubuntu/debian
(`vhost.conf`) for centos/fedora
```apache
<VirtualHost *:80>
Expand Down Expand Up @@ -82,7 +82,9 @@ FILE_SERVER_ROOT = 'http://www.myseafile.com/seafhttp'
<pre>
sudo service Apache2 restart
./seafile.sh start
./seahub.sh start # 如果你使用 fastcgi 请使用此命令`./seahub.sh start-fastcgi`
./seahub.sh start
# 如果你使用 fastcgi 请使用此命令
#./seahub.sh start-fastcgi
</pre>


Expand Down