We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d5806a commit 1b2ef77Copy full SHA for 1b2ef77
README.md
@@ -9,5 +9,6 @@ builds on this feature to provide modern AJAX autoindex facility.
9
Minimal nginx config example is in `nginx.conf` file included in the repository.
10
Once nginx is configured and running, put contents of the repository under some
11
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.
+
+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