Skip to content

Commit

Permalink
Change to http by default
Browse files Browse the repository at this point in the history
Make http default install to fit in with reverse proxy not using double SSL.  Won't affect existing installs
  • Loading branch information
CHBMB committed Jun 9, 2019
1 parent a45a52c commit 0dcff39
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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://<hostip>:6501.
To log in to the application, browse to http://<hostip>:6501.

* Default User: admin
* Default Password: admin
Expand Down
2 changes: 1 addition & 1 deletion readme-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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://<hostip>:6501.
To log in to the application, browse to http://<hostip>:6501.
* Default User: admin
* Default Password: admin
Expand Down
2 changes: 1 addition & 1 deletion root/defaults/znc.conf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Version = 1.7.x
Port = 6501
IPv4 = true
IPv6 = false
SSL = true
SSL = false
</Listener>
LoadModule = webadmin

Expand Down

0 comments on commit 0dcff39

Please sign in to comment.