From 24c6e2b945d69b37cdc0c43c8165e9e10e303b98 Mon Sep 17 00:00:00 2001 From: Eric Nemchik Date: Fri, 2 Sep 2022 20:09:23 +0000 Subject: [PATCH] Fix missing brace --- root/defaults/nginx/site-confs/default.conf.sample | 1 + 1 file changed, 1 insertion(+) diff --git a/root/defaults/nginx/site-confs/default.conf.sample b/root/defaults/nginx/site-confs/default.conf.sample index 9ce09fb..507485c 100644 --- a/root/defaults/nginx/site-confs/default.conf.sample +++ b/root/defaults/nginx/site-confs/default.conf.sample @@ -37,6 +37,7 @@ server { # deny access to .htaccess/.htpasswd files location ~ /\.ht { deny all; + } } # enable subdomain method reverse proxy confs