Add ipv6 support

This commit is contained in:
Anders Ballegaard 2025-01-23 18:08:51 +01:00
parent 08d977b8cd
commit 71d19d02c7

View file

@ -1,5 +1,6 @@
server { server {
listen 80; listen 80;
listen [::]:80;
server_name localhost; server_name localhost;
root /usr/share/nginx/html; root /usr/share/nginx/html;
index index.html; index index.html;