From 9bb3c828aa2ff7439b84aab07e37efafa09508a4 Mon Sep 17 00:00:00 2001 From: RobinLinus Date: Thu, 1 Nov 2018 01:33:43 +0100 Subject: [PATCH] Fix typo --- nginx.conf.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx.conf.example b/nginx.conf.example index 5318725..a9c0b5f 100644 --- 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;