浏览代码

feat(proxy): Initial IPv6 support (#1577)

Skyler Mäntysaari 2 年之前
父节点
当前提交
43359f1d26
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      nginx/nginx.conf

+ 1 - 0
nginx/nginx.conf

@@ -56,6 +56,7 @@ http {
     client_max_body_size 50000M;
 
     listen 8080;
+    listen [::]:8080;
     access_log off;
 
     location /api {