mirror of
https://github.com/lkddi/Xboard.git
synced 2026-04-28 06:47:24 +08:00
chore: docker添加ipv6的监听
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user