radames HF staff commited on
Commit
1289c33
1 Parent(s): dcf6af9

Update nginx.conf

Browse files
Files changed (1) hide show
  1. nginx.conf +1 -1
nginx.conf CHANGED
@@ -20,7 +20,7 @@ server {
20
 
21
  location /data_folder {
22
  # serve all files from /data/ directory
23
- alias /home/;
24
  autoindex on;
25
  }
26
  }
 
20
 
21
  location /data_folder {
22
  # serve all files from /data/ directory
23
+ alias /data/;
24
  autoindex on;
25
  }
26
  }