From 2613d25d79610bd79afad476a7c3f15ff82c7e7e Mon Sep 17 00:00:00 2001 From: d47081 <108541346+d47081@users.noreply.github.com> Date: Sat, 14 Oct 2023 07:52:36 +0300 Subject: [PATCH] Updated Nginx (markdown) --- Nginx.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Nginx.md b/Nginx.md index 2bf8947..a9f8dcb 100644 --- a/Nginx.md +++ b/Nginx.md @@ -31,8 +31,8 @@ server { listen [::]:80 default; # Yggdrasil-only connections - allow 0200::/7; - deny all; + # allow 0200::/7; + # deny all; root /var/www/html;