meleuo commited on
Commit
e7222ed
·
verified ·
1 Parent(s): 788534b

Delete index.conf

Browse files
Files changed (1) hide show
  1. index.conf +0 -24
index.conf DELETED
@@ -1,24 +0,0 @@
1
- server {
2
- listen 8002;
3
- server_name localhost;
4
- location / {
5
- root /etc/alist/data;
6
- #sendfile on;
7
- #autoindex on;
8
- # autoindex_exact_size on;
9
- # autoindex_localtime off;
10
- # add_after_body /.autoindex.html;
11
- fancyindex on;
12
- fancyindex_localtime on;
13
- fancyindex_exact_size off;
14
- # Specify the path to the header.html and foother.html files, that are server-wise,
15
- # ie served from root of the website. Remove the leading '/' otherwise.
16
- fancyindex_header "/Nginx-Fancyindex-Theme-light/header.html";
17
- fancyindex_footer "/Nginx-Fancyindex-Theme-light/footer.html";
18
- # Ignored files will not show up in the directory listing, but will still be public.
19
- fancyindex_ignore "examplefile.html";
20
- # Making sure folder where these files are do not show up in the listing.
21
- fancyindex_ignore "Nginx-Fancyindex-Theme-light";
22
- }
23
-
24
- }