RobinLinus 6 年之前
父节点
当前提交
9bb3c828aa
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      nginx.conf.example

+ 1 - 1
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;