summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2023-01-12 16:13:17 +0000
committerGitHub <noreply@github.com>2023-01-12 16:13:17 +0000
commit71ac7cce0424e2432c8d8b6e4adae6a745f233c9 (patch)
treef6ed0145c07a4e5617f55ba694c0dd896a5200e6
parent060ffc72c449a0c6e89fbd9ab406018499183e52 (diff)
parentd05e97d9db6326ea3500c8086befcd11f49da3ed (diff)
Merge pull request #255 from shutosheep/master
Add IPv6 connection
-rw-r--r--content/rainloop.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/content/rainloop.md b/content/rainloop.md
index b1d92e3..97b59cb 100644
--- a/content/rainloop.md
+++ b/content/rainloop.md
@@ -47,6 +47,7 @@ whatever is appropriate for your server).
server {
listen 80;
+ listen [::]:80;
server_name mail.example.org ;
root /var/www/mail;