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