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