Update readme

This commit is contained in:
2017-08-30 10:35:04 +08:00
parent 1f30d8e38b
commit 65e8c7e0d7
2 changed files with 5 additions and 4 deletions
+3 -3
View File
@@ -65,7 +65,7 @@
* 查看文件h5ai <http://localhost:8000>
* AriaNg <http://localhost:8000/aria2>
* AriaNg <http://localhost:8000/aria2/> 注意地址后面一定要带`/` 哦,后面两种方案的也是一样
### 使用 **Filerun** 作为在线文件管理器:
```bash
git clone https://github.com/wahyd4/aria2-ariang-x-docker-compose.git
@@ -76,7 +76,7 @@
* 文件管理Filerun, 请使用 `superuser / superuser` 进行登录: <http://localhost:8000>
* AriaNg <http://localhost:8000/aria2>
* AriaNg <http://localhost:8000/aria2/>
### 使用 **Nextcloud** 安装
```bash
@@ -86,7 +86,7 @@
```
* 文件管理Nextcloud <http://localhost:8000>
* AriaNg <http://localhost:8000/aria2>
* AriaNg <http://localhost:8000/aria2/>
Nextcloud 还需额外的一点手动操作,[链接配置外部存储](https://github.com/wahyd4/aria2-ariang-x-docker-compose/tree/master/nextcloud#nextcloud-配置-external-storage)
+2 -1
View File
@@ -10,13 +10,14 @@ server{
client_max_body_size 10240M;
}
location /aria2 {
location /aria2/ {
# try_files $uri $uri/ /index.html;
root /usr/local/www/;
index index.html index.htm;
proxy_set_header Host $http_host;
}
# location ~* \.(?:jpg|jpeg|gif|png|ico|cur|gz|svg|svgz|mp4|ogg|ogv|webm|htc|css|js|woff2)$ {
# expires 24h;
# access_log off;