Enable listen IPv6 for port 3000

This commit is contained in:
Flambard alan
2025-10-29 17:07:50 +01:00
committed by GitHub
parent 1e75f2b1fe
commit ca4d34c230

View File

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