Skip to content

Commit 1b2ef77

Browse files
committed
update readme
1 parent 1d5806a commit 1b2ef77

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@ builds on this feature to provide modern AJAX autoindex facility.
99
Minimal nginx config example is in `nginx.conf` file included in the repository.
1010
Once nginx is configured and running, put contents of the repository under some
1111
document root, so nginx can serve it, and open `index.html` in browser via nginx.
12-
You may need to update `.constant("FILES_BASE_URL", "")` configuration option
13-
to point to the base URL configured with `autoindex_format json;` in nginx.
12+
13+
To configure, rename `config-example.json` to `config.json` and set `base_index_url`
14+
option to a path configured in nginx with `autoindex_format json;`.

0 commit comments

Comments
 (0)