From b3058707698172edb1185fdc1daca16ed8a58c6a Mon Sep 17 00:00:00 2001 From: morpheus65535 Date: Sat, 24 Nov 2018 11:14:17 -0500 Subject: [PATCH] Created Reverse proxy Apache (markdown) --- Reverse-proxy-Apache.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Reverse-proxy-Apache.md diff --git a/Reverse-proxy-Apache.md b/Reverse-proxy-Apache.md new file mode 100644 index 0000000..b9418d0 --- /dev/null +++ b/Reverse-proxy-Apache.md @@ -0,0 +1,10 @@ +# Using Apache 2.3.12 or greater and /bazarr/ base url: +Apache 2.3.12or greater is required to support `AllowEncodedSlashes NoDecode` which is required for Sonarr/Radarr config testing. + + + + ServerName localhost + ProxyPass "/bazarr/ "http://127.0.0.1:6767/bazarr/" + ProxyPassReverse "/bazarr/" "http://127.0.0.1:6767/bazarr/" + AllowEncodedSlashes NoDecode + ServerAdmin webmaster@localhost \ No newline at end of file