mirror of
https://github.com/morpheus65535/bazarr.git
synced 2024-11-15 04:04:42 +08:00
Created Reverse proxy Apache (markdown)
parent
7e1a2b8a52
commit
b305870769
1 changed files with 10 additions and 0 deletions
10
Reverse-proxy-Apache.md
Normal file
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
|
Loading…
Reference in a new issue