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;