Skip to content

Commit

Permalink
Add ipv6 support
Browse files Browse the repository at this point in the history
  • Loading branch information
AndersBallegaard committed Jan 23, 2025
1 parent 08d977b commit 71d19d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nginx.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
server {
listen 80;
listen [::]:80;
server_name localhost;
root /usr/share/nginx/html;
index index.html;
Expand Down

0 comments on commit 71d19d0

Please sign in to comment.