Skip to content

Commit 2c45cf6

Browse files
Merge pull request #2679 from devtron-labs/fixed-ipv6
feat: Added support for ipv6 clusters
2 parents cc2d088 + 30fdf4e commit 2c45cf6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nginx-default.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
server {
22
listen 8080;
3+
listen [::]:8080;
34
root /usr/share/nginx/html;
45
index index.html index.htm;
56

0 commit comments

Comments
 (0)