diff options
| author | Shuto Tamaoka <shuto@shutotamaoka.xyz> | 2022-12-06 20:06:36 +0900 |
|---|---|---|
| committer | Shuto Tamaoka <shuto@shutotamaoka.xyz> | 2022-12-06 20:06:36 +0900 |
| commit | d05e97d9db6326ea3500c8086befcd11f49da3ed (patch) | |
| tree | f6ed0145c07a4e5617f55ba694c0dd896a5200e6 | |
| parent | 060ffc72c449a0c6e89fbd9ab406018499183e52 (diff) | |
Add IPv6 connection
| -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; |
