mirror of
https://github.com/XTLS/Xray-examples.git
synced 2024-11-12 11:53:17 +00:00
Add IPv6 Listen
This commit is contained in:
parent
9a6a9ab54a
commit
97210cfd0e
|
@ -7,6 +7,7 @@ At the same time, you can also choose to use Nginx. A sample configuration snipp
|
||||||
```conf
|
```conf
|
||||||
server {
|
server {
|
||||||
listen 443 ssl http2 so_keepalive=on;
|
listen 443 ssl http2 so_keepalive=on;
|
||||||
|
listen [::]:443 ssl http2 so_keepalive=on;
|
||||||
server_name example.com;
|
server_name example.com;
|
||||||
|
|
||||||
index index.html;
|
index index.html;
|
||||||
|
|
Loading…
Reference in a new issue