This commit is contained in:
4
nginx.conf
Normal file
4
nginx.conf
Normal file
@ -0,0 +1,4 @@
|
||||
location /lists {
|
||||
autoindex on;
|
||||
try_files $uri $uri/ $uri.txt;
|
||||
}
|
||||
Reference in New Issue
Block a user