Created Reverse proxy Apache (markdown)

morpheus65535 2018-11-24 11:14:17 -05:00
parent 7e1a2b8a52
commit b305870769

10
Reverse-proxy-Apache.md Normal file

@ -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.
<IfModule mod_ssl.c>
<VirtualHost *:443>
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