mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-06 15:45:56 +02:00
Update NGINX ingress configuration for Seerr
This commit is contained in:
@@ -9,10 +9,10 @@ server {
|
|||||||
|
|
||||||
# Based on https://github.com/seerr-team/seerr/blob/develop/docs/extending-seerr/reverse-proxy.mdx
|
# Based on https://github.com/seerr-team/seerr/blob/develop/docs/extending-seerr/reverse-proxy.mdx
|
||||||
location ^~ /seerr {
|
location ^~ /seerr {
|
||||||
set $app 'seerr';
|
set $app '%%ingress_entry%%/seerr';
|
||||||
|
|
||||||
# Remove /seerr path to pass to the app
|
# Remove /seerr path to pass to the app
|
||||||
rewrite ^/seerr/?(.*)$ /$1 break;
|
rewrite ^%%ingress_entry%%/seerr/?(.*)$ /$1 break;
|
||||||
proxy_pass http://127.0.0.1:5055; # NO TRAILING SLASH
|
proxy_pass http://127.0.0.1:5055; # NO TRAILING SLASH
|
||||||
|
|
||||||
proxy_http_version 1.1;
|
proxy_http_version 1.1;
|
||||||
|
|||||||
Reference in New Issue
Block a user