Working on a way to run my own #intranet for static web content I want access to at home and on the move, but without putting that data in the cloud.
Thinking of running a web server to service only requests from localhost on both my PC and an #Android phone, to serve static files from folders mirrored using a non-cloud synchronization tool.
For the #Windows PC and the Android phone, should I use #Apache or #nginx?
Anyone done anything like this?