Skip to content

Commit 647a722

Browse files
committed
Update readme for subdirectory
1 parent 6ec33f4 commit 647a722

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ Check out the web client demo: https://audiobooks.dev/ (thanks for hosting [@Vit
4747

4848
Username/password: `demo`/`demo` (user account)
4949

50-
5150
### Android App (beta)
5251

5352
Try it out on the [Google Play Store](https://play.google.com/store/apps/details?id=com.audiobookshelf.app)
@@ -86,7 +85,7 @@ See [install docs](https://www.audiobookshelf.org/docs)
8685

8786
#### Important! Audiobookshelf requires a websocket connection.
8887

89-
#### Note: Subfolder paths (e.g. /audiobooks) are not supported yet. See [issue](https://github.com/advplyr/audiobookshelf/issues/385)
88+
#### Note: Using a subfolder is supported with no additional changes but the path must be `/audiobookshelf` (this is not changeable). See [discussion](https://github.com/advplyr/audiobookshelf/discussions/3535)
9089

9190
### NGINX Proxy Manager
9291

@@ -166,6 +165,7 @@ For this to work you must enable at least the following mods using `a2enmod`:
166165
```
167166

168167
If using Apache >= 2.4.47 you can use the following, without having to use any of the `RewriteEngine`, `RewriteCond`, or `RewriteRule` directives. For example:
168+
169169
```xml
170170
<Location /audiobookshelf>
171171
ProxyPreserveHost on

0 commit comments

Comments
 (0)