Skip to content

Commit eb1d26a

Browse files
authored
chore: adds support for IPv6 in nginx (#6955) (#6960)
(cherry picked from commit 89f1461)
1 parent a959768 commit eb1d26a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config-ui/nginx.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
server {
22
listen 4000;
3+
listen [::]:4000;
34
server_name localhost;
45
absolute_redirect off;
56
client_max_body_size 20m;

0 commit comments

Comments
 (0)