This commit is contained in:
CanbiZ 2025-10-20 12:11:47 +02:00
parent 80fae87b51
commit 5c8d892965
2 changed files with 2 additions and 2 deletions

View File

@ -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}"

View File

@ -77,7 +77,7 @@ msg_ok "Configured Dispatcharr"
msg_info "Configuring Nginx"
cat <<EOF >/etc/nginx/sites-available/dispatcharr.conf
server {
listen 9191;
listen 80;
server_name _;
# Serve static assets with correct MIME types