mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-03-04 00:01:36 +01:00
Fix NGINX spelling and action attribute sub_filter quotes
Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com>
This commit is contained in:
@@ -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%%/"';
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user