fix port
This commit is contained in:
parent
80fae87b51
commit
5c8d892965
@ -115,4 +115,4 @@ description
|
|||||||
msg_ok "Completed Successfully!\n"
|
msg_ok "Completed Successfully!\n"
|
||||||
echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}"
|
echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}"
|
||||||
echo -e "${INFO}${YW} Access it using the following URL:${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}"
|
||||||
|
@ -77,7 +77,7 @@ msg_ok "Configured Dispatcharr"
|
|||||||
msg_info "Configuring Nginx"
|
msg_info "Configuring Nginx"
|
||||||
cat <<EOF >/etc/nginx/sites-available/dispatcharr.conf
|
cat <<EOF >/etc/nginx/sites-available/dispatcharr.conf
|
||||||
server {
|
server {
|
||||||
listen 9191;
|
listen 80;
|
||||||
server_name _;
|
server_name _;
|
||||||
|
|
||||||
# Serve static assets with correct MIME types
|
# Serve static assets with correct MIME types
|
||||||
|
Loading…
x
Reference in New Issue
Block a user