Skip to content

Releases: dna2github/dna2mtgol

Release list

FileShare 1.0.0

Choose a tag to compare

@dna2github dna2github released this 12 Nov 03:20

FileShare is used to provide directory index service.
It is a debug and unsigned version via ant debug.
Internally, it uses a compiled Nginx to support the functionality.
The internal Nginx is at version 1.9.5 and actually supports http, https, mail, and websocket.
FileShare application creates nginx.conf dynamically and spawn Nginx process to make everything work.
location / {
autoindex on;
alias /path/to/user/specified/;
}