Skip to content

Commit

Permalink
Update default.conf
Browse files Browse the repository at this point in the history
ipv6 support is automatically added via nginx docker's 10-listen-on-ipv6-by-default.sh.

This patch allows element-web to run on system with or without ipv6 enabled.
  • Loading branch information
yxie2023 authored Dec 12, 2024
1 parent edaf977 commit d987ba8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nginx/conf.d/default.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
server {
listen 80;
listen [::]:80;
server_name localhost;

root /usr/share/nginx/html;
Expand Down

0 comments on commit d987ba8

Please sign in to comment.