Fix NGINX spelling and action attribute sub_filter quotes

Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-02-19 09:21:35 +00:00
parent 0ac9b5136b
commit 2fccdf4923
2 changed files with 2 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ server {
sub_filter 'href="/"' 'href="%%ingress_entry%%/"';
sub_filter 'src="/"' 'src="%%ingress_entry%%/"';
sub_filter '"\/"' '"%%ingress_entry2%%\/"';
sub_filter 'action="/' 'action="%%ingress_entry%%/';
sub_filter 'action="/"' 'action="%%ingress_entry%%/"';
}
}

View File

@@ -10,5 +10,5 @@ port=5055
# Wait for seerr to become available
bashio::net.wait_for "$port" localhost 900
bashio::log.info "Starting NGinx..."
bashio::log.info "Starting NGINX..."
exec nginx