Nginx to act as both a webserver and for file transfer
Posted
by
Simon Naude
on Server Fault
See other posts from Server Fault
or by Simon Naude
Published on 2012-09-03T18:54:07Z
Indexed on
2012/09/03
21:39 UTC
Read the original article
Hit count: 382
I would like to use Nginx as a webserver on my Ubuntu 12.04 server, but i would also like to use it for file transfers.
I have been able to set it up as a webserver (very simple), and I have been able to set it up for file transfers (using autoindex on line), but i have not been able to do them both at the same time.
Is it possible to have Nginx act as a webserver, and then when you click a link it shows your file directories instead?
© Server Fault or respective owner