Skip to content

Commit

Permalink
chore: adds support for IPv6 in nginx (apache#6955)
Browse files Browse the repository at this point in the history
  • Loading branch information
wanisfahmyDE committed Feb 16, 2024
1 parent ea0daf4 commit 89f1461
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 89f1461

Please sign in to comment.