mirror of
https://github.com/morpheus65535/bazarr
synced 2025-01-05 06:22:35 +00:00
Updated Reverse Proxy Help (markdown)
parent
2108479521
commit
390d00ba8a
1 changed files with 5 additions and 0 deletions
|
@ -15,6 +15,11 @@
|
||||||
proxy_set_header Upgrade $http_upgrade;
|
proxy_set_header Upgrade $http_upgrade;
|
||||||
proxy_set_header Connection "Upgrade";
|
proxy_set_header Connection "Upgrade";
|
||||||
proxy_redirect off;
|
proxy_redirect off;
|
||||||
|
# Allow the Bazarr API through if you enable Auth on the block above
|
||||||
|
location /bazarr/api {
|
||||||
|
auth_request off;
|
||||||
|
proxy_pass http://127.0.0.1:6767/bazarr/api;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue