1 Star 1 Fork 0

Abdusami/LinkShare

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
file.conf 421 Bytes
一键复制 编辑 原始数据 按行查看 历史
server{
listen 80;
server_name localhost;
client_max_body_size 1024M;
client_body_timeout 1800s;
client_body_buffer_size 1024M;
location /{
# TODO
root /home/abdusami/.web/file_upload/static;
try_files $uri $uri/ /index.html;
index index.html;
}
location /api{
proxy_pass http://0.0.0.0:2424;
}
location /downloads{
alias /home/abdusami/.web/file_upload/server/files;
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Rust
1
https://gitee.com/kaayf/link-share.git
git@gitee.com:kaayf/link-share.git
kaayf
link-share
LinkShare
master

搜索帮助