Add IPv6 Listen

This commit is contained in:
xqzr
2023-11-02 21:51:12 +08:00
committed by GitHub
parent 9a6a9ab54a
commit 97210cfd0e

View File

@@ -7,6 +7,7 @@ At the same time, you can also choose to use Nginx. A sample configuration snipp
```conf
server {
listen 443 ssl http2 so_keepalive=on;
listen [::]:443 ssl http2 so_keepalive=on;
server_name example.com;
index index.html;