Spaces:
Paused
Paused
Update nginx.conf
Browse files- 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 /
|
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 |
}
|