From cb9f4a1538b66c0445a9ed3f013d26e17031ebce Mon Sep 17 00:00:00 2001 From: Alexis Lefebvre Date: Tue, 6 Jun 2023 19:50:41 +0200 Subject: [PATCH] docs: add note about apache proxy and sub folders --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5af5e225..4b6cf65e 100644 --- a/README.md +++ b/README.md @@ -233,6 +233,8 @@ apt-get install build-essential libkrb5-dev gcc g++ * Map on IOS prevents using the buttons in the image preview navigation, see #155 * Video support on weak servers (like raspberry pi) with low upload rate * video playback may use up too much resources and the server might not respond for a while. Enable video transcoding in the app, to transcode the videos to lover bitrate. +* When using an Apache proxy, sub folders are not accessible + * add `AllowEncodedSlashes On` in the configuration of the proxy ## 6. Supporting the project I'm making this app for my own entertainment, @@ -246,4 +248,3 @@ But it warms my hearth [seeing that it is useful for some people](docs/reference ## 6. Credits Crossbrowser testing sponsored by [Browser Stack](https://www.browserstack.com) [Browser Stack](https://www.browserstack.com) -