如果要在服务器上部署Alist,通过IP访问有诸多不便,如果要绑定域名,可以通过nginx反向代理的方式进行配置。
一、环境
- Debian系统;
- Alist版本:v3.10.1;
二、配置
假设你已经安装了nginx,我的域名是alist.4spaces.org
,配置如下:
server {
server_name alist.4spaces.org;
location / {
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header Host $http_host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header Range $http_range;
proxy_set_header If-Range $http_if_range;
proxy_redirect off;
proxy_pass http://127.0.0.1:5244;
# 上传的最大文件尺寸
client_max_body_size 20000m;
}
listen 80;
}
三、域名访问
直接在浏览器里访问:alist.4spaces.org,也可以进一步为域名申请Https证书。
最新评论
网飞没问题, 迪士尼+有解决方案么?
pp助手是安卓手机用的,根本下载用不来苹果
已解决
这样的话数据库里的结构为{"attachment":{"content":"xxx"}}, 要怎么才能变成{"content":"xxx"},从而使结构保持一致?
赞! make test不过的坑都写到的,谢谢楼主~
谢谢你
用了root用户还是一直502是怎么回事呢
student id 是空的