mirror of
https://github.com/cedar2025/Xboard.git
synced 2025-01-22 18:48:14 -05:00
chore: docker添加ipv6的监听
This commit is contained in:
parent
9455d9ed56
commit
9241369cbb
@ -1,5 +1,6 @@
|
|||||||
server {
|
server {
|
||||||
listen 7001 default_server;
|
listen 7001 default_server;
|
||||||
|
listen [::]:7001 default_server;
|
||||||
|
|
||||||
root /www/public/;
|
root /www/public/;
|
||||||
index index.html index.htm;
|
index index.html index.htm;
|
||||||
|
Loading…
Reference in New Issue
Block a user