Skip to content

Commit

Permalink
chore: adds support for IPv6 in nginx (#6955) (#6960)
Browse files Browse the repository at this point in the history
(cherry picked from commit 89f1461)
  • Loading branch information
wanisfahmyDE authored Feb 18, 2024
1 parent a959768 commit eb1d26a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config-ui/nginx.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
server {
listen 4000;
listen [::]:4000;
server_name localhost;
absolute_redirect off;
client_max_body_size 20m;
Expand Down

0 comments on commit eb1d26a

Please sign in to comment.