diff --git a/conf/nginx.conf b/conf/nginx.conf index 4195917..b6197c4 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -10,7 +10,7 @@ location __PATH__ { proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection $http_connection; - # Allow the Radarr API + # Allow the Sonarr API location __PATH__/api { auth_request off; proxy_pass http://127.0.0.1:__PORT____PATH__/api; diff --git a/scripts/install b/scripts/install index 1c52387..52b6579 100755 --- a/scripts/install +++ b/scripts/install @@ -32,7 +32,7 @@ chown -R "$app:$app" "$install_dir" #================================================= # ADD A CONFIGURATION #================================================= -ynh_script_progression --message="Configuring Radarr..." --weight=2 +ynh_script_progression --message="Configuring Sonarr..." --weight=2 mkdir -p "/var/log/$app" ln -s "/var/log/$app" "$data_dir/logs"