nfs:Node.js 文件服务器

时间:2024-07-22 01:49:59
【文件属性】:

文件名称:nfs:Node.js 文件服务器

文件大小:4KB

文件格式:ZIP

更新时间:2024-07-22 01:49:59

JavaScript

nfs - Node.js 文件服务器 列出,下载您的文件。 npm install 修改config.json node index.js nginx 您可以使用 nginx 进行反向代理和更好的文件服务。 将以下添加到您的服务器块: # Add your extensions location ~* ^.+\.(jpg|jpeg|gif|png|ico|css|zip|tgz|gz|rar|bz2|pdf|txt|tar|wav|bmp|rtf|js|flv|swf|html|htm|mp3|m4a|mp4)$ { # Make sure to match with config.json's server.dir root /; } location ~* .*$ { proxy_set_header X-Real-IP $remote_addr


【文件预览】:
nfs-master
----.gitignore(13B)
----package.json(239B)
----LICENSE(1KB)
----index.js(2KB)
----template.html(1KB)
----README.md(702B)
----config.json(51B)

网友评论