From 0dcff39cb8810735360a629e2818b7e5f6e791d4 Mon Sep 17 00:00:00 2001 From: chbmb Date: Sun, 9 Jun 2019 20:04:04 +0100 Subject: [PATCH] Change to http by default Make http default install to fit in with reverse proxy not using double SSL. Won't affect existing installs --- README.md | 2 +- readme-vars.yml | 2 +- root/defaults/znc.conf | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9037820..92ef532 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,7 @@ In this instance `PUID=1000` and `PGID=1000`, to find yours use `id user` as bel   ## Application Setup -To log in to the application, browse to https://:6501. +To log in to the application, browse to http://:6501. * Default User: admin * Default Password: admin diff --git a/readme-vars.yml b/readme-vars.yml index 2e0e33f..2a74d48 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -44,7 +44,7 @@ optional_block_1: false # application setup block app_setup_block_enabled: true app_setup_block: | - To log in to the application, browse to https://:6501. + To log in to the application, browse to http://:6501. * Default User: admin * Default Password: admin diff --git a/root/defaults/znc.conf b/root/defaults/znc.conf index 8ef02d8..7f24573 100644 --- a/root/defaults/znc.conf +++ b/root/defaults/znc.conf @@ -13,7 +13,7 @@ Version = 1.7.x Port = 6501 IPv4 = true IPv6 = false - SSL = true + SSL = false LoadModule = webadmin