From 598138ca446c2fb47af87a679f7c7645b21997fc Mon Sep 17 00:00:00 2001 From: rra Date: Wed, 13 Dec 2017 16:27:15 +0100 Subject: [PATCH] updated wget url to https --- raw/configuring_an_xmpp_server.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/raw/configuring_an_xmpp_server.md b/raw/configuring_an_xmpp_server.md index ac1ecce..91ba87a 100644 --- a/raw/configuring_an_xmpp_server.md +++ b/raw/configuring_an_xmpp_server.md @@ -123,7 +123,7 @@ Make a backup of the default prosody configuration and install [the one by the h :::console cd /etc/prosody cp prosody.cfg.lua prosody.cfg.lua.original - wget http://homebrewserver.club/downloads/prosody.cfg.lua + wget https://homebrewserver.club/downloads/prosody.cfg.lua The homebrewserver.club prosody config: @@ -236,4 +236,4 @@ If you have questions about Prosody, the project's [documentation](http://prosod This guide is a companion to our article [Have You Considered The Alternative?](http://homebrewserver.club/have-you-considered-the-alternative.html) on instant messaging. Also check out our guide on [XMPP clients](http://homebrewserver.club/picking-modern-xmpp-clients.html). **edit 10th of december 2017** -updated instructions for new debian stable \ No newline at end of file +updated instructions for new debian stable