radames commited on
Commit
87e7106
·
1 Parent(s): 475e3a0

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 /home/;
24
  autoindex on;
25
  }
26
  }