From 683b4b02a1703b729d07eb20f0c3523ad06a1e67 Mon Sep 17 00:00:00 2001 From: OCram85 Date: Sun, 24 Mar 2024 09:15:44 +0100 Subject: [PATCH] pin sevice to ipv4 --- nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx.conf b/nginx.conf index bf1e9bd..423c4c8 100644 --- a/nginx.conf +++ b/nginx.conf @@ -5,7 +5,7 @@ http { include mime.types; server { - listen 80; + listen 0.0.0.0:80; root /usr/share/nignx/html; index index.html; error_page 404 /404.html;