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
(cherry picked from commit 89f1461)
  • Loading branch information
wanisfahmyDE authored and Wanis Fahmy committed Feb 16, 2024
1 parent a959768 commit a586d0b
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 a586d0b

Please sign in to comment.