diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2023-01-12 16:13:17 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-12 16:13:17 +0000 |
| commit | 71ac7cce0424e2432c8d8b6e4adae6a745f233c9 (patch) | |
| tree | f6ed0145c07a4e5617f55ba694c0dd896a5200e6 /content | |
| parent | 060ffc72c449a0c6e89fbd9ab406018499183e52 (diff) | |
| parent | d05e97d9db6326ea3500c8086befcd11f49da3ed (diff) | |
Merge pull request #255 from shutosheep/master
Add IPv6 connection
Diffstat (limited to 'content')
| -rw-r--r-- | content/rainloop.md | 1 |
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; |
