2024年2月29日

nginx 配置下载apk 页面

摘要: nginx 代理apk文件下载 server { listen 80; server_name app.com.cn; location /app { alias /var/www/app; autoindex on; default_type application/octet-stream; } 阅读全文

posted @ 2024-02-29 17:54 星河赵 阅读(677) 评论(0) 推荐(0) 编辑

导航