From 575d1b6fa20e59e0e7ccd6beeed6ed15a583ffa9 Mon Sep 17 00:00:00 2001 From: TheYellowArchitect Date: Fri, 1 Jul 2022 15:34:01 +0300 Subject: Minor Indentation fix - TURN & STUN for calls Just look at the bottom section. The goal of this is to make it the same as the original. The Hugo version's indentation should work, but it looked off (3 unindented, 1 indented) Anyway, as minor a PR can be, didn't even use git P.S. Why did you change code color from green to white? Green was better imo, it was visual indicator that it is indeed code (white is plain text) --- content/ejabberd.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/ejabberd.md b/content/ejabberd.md index 7f024f1..0a7f3a8 100644 --- a/content/ejabberd.md +++ b/content/ejabberd.md @@ -243,11 +243,11 @@ your turnserver: secret: "your_auth_secret" services: - - host: turn.example.org + host: turn.example.org type: stun - - host: turn.example.org - type: turn + host: turn.example.org + type: turn ``` And with that, you\'ve successfully setup your ejabberd XMPP server! -- cgit v1.2.3 From 085318b2c11be35f429d4b0ed6dcfed989cce197 Mon Sep 17 00:00:00 2001 From: smldub <71188551+smldub@users.noreply.github.com> Date: Fri, 1 Jul 2022 11:57:24 -0500 Subject: typo --- content/basic/certbot.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/basic/certbot.md b/content/basic/certbot.md index 7cb18cd..3b60ea7 100644 --- a/content/basic/certbot.md +++ b/content/basic/certbot.md @@ -31,7 +31,7 @@ certificates that allow encrypted connections. It used to be painful {{< img alt="website without https/ssl" src="/pix/nginx-website.png" link="/pix/nginx-website.png" >}} Note in this picture that a browser accessing your site will say \"Not -secure\" or something else to notify you that we are using and +secure\" or something else to notify you that we are using an unencrypted HTTP connection rather than an encrypted HTTPS one. ## Installation -- cgit v1.2.3