snapdrop

A Progressive Web App for local file sharing
git clone http://git.hanabi.in/repos/snapdrop.git
Log | Files | Refs | README | LICENSE

commit 9bb3c828aa2ff7439b84aab07e37efafa09508a4
parent f1db9f9f95516e1e397e73b5bf2aa7d86206a28d
Author: RobinLinus <robinlinus@users.noreply.github.com>
Date:   Thu,  1 Nov 2018 01:33:43 +0100

Fix typo

Diffstat:
Mnginx.conf.example | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nginx.conf.example b/nginx.conf.example @@ -36,7 +36,7 @@ http { server { server_name your.domain; - root /path/to/secret-snapdrop/client; + root /path/to/snapdrop/client; # Load configuration files for the default server block. include /etc/nginx/default.d/*.conf;