From 5c8d892965e82045e78e9262853c20dd679f8b9c Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Mon, 20 Oct 2025 12:11:47 +0200 Subject: [PATCH] fix port --- ct/dispatcharr.sh | 2 +- install/dispatcharr-install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ct/dispatcharr.sh b/ct/dispatcharr.sh index 9e032428..de33d792 100644 --- a/ct/dispatcharr.sh +++ b/ct/dispatcharr.sh @@ -115,4 +115,4 @@ description msg_ok "Completed Successfully!\n" echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}" echo -e "${INFO}${YW} Access it using the following URL:${CL}" -echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:9191${CL}" +echo -e "${TAB}${GATEWAY}${BGN}http://${IP}${CL}" diff --git a/install/dispatcharr-install.sh b/install/dispatcharr-install.sh index 86b0c89b..dc186796 100644 --- a/install/dispatcharr-install.sh +++ b/install/dispatcharr-install.sh @@ -77,7 +77,7 @@ msg_ok "Configured Dispatcharr" msg_info "Configuring Nginx" cat </etc/nginx/sites-available/dispatcharr.conf server { - listen 9191; + listen 80; server_name _; # Serve static assets with correct MIME types