Mercurial > dirlist-php
comparison README.md @ 13:b6b65a5b9c1a
Change readme title and add note for apache.
author | edogawaconan <me@myconan.net> |
---|---|
date | Wed, 22 Oct 2014 00:08:07 +0900 |
parents | 37fad414ac29 |
children | 949398173ecb |
comparison
equal
deleted
inserted
replaced
12:37fad414ac29 | 13:b6b65a5b9c1a |
---|---|
1 Better Autoindex with nginx/php | 1 dirlist |
2 =============================== | 2 ======= |
3 | 3 |
4 Using capability of nginx. | 4 Using capability of nginx. |
5 | 5 |
6 Basically, add this block | 6 Basically, add this block |
7 | 7 |
29 set $dl_root /srv/ftp; | 29 set $dl_root /srv/ftp; |
30 alias $dl_root/; | 30 alias $dl_root/; |
31 try_files $uri @lister; | 31 try_files $uri @lister; |
32 } | 32 } |
33 | 33 |
34 And you're done. | 34 And you're done. Probably also works with apache but I have no idea how to setup it. |
35 | 35 |
36 License | 36 License |
37 ------- | 37 ------- |
38 | 38 |
39 Copyright 2014 edogawaconan <me@myconan.net> | 39 Copyright 2014 edogawaconan <me@myconan.net> |