From cbbca271da4a2687f66ea8b276cf2a194f5fd476 Mon Sep 17 00:00:00 2001 From: Fabian Franz Date: Sun, 10 Nov 2019 19:11:12 +0100 Subject: [PATCH] www/nginx: fix typo --- .../src/opnsense/service/templates/OPNsense/Nginx/location.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/nginx/src/opnsense/service/templates/OPNsense/Nginx/location.conf b/www/nginx/src/opnsense/service/templates/OPNsense/Nginx/location.conf index 87a6fc7ef..841da9330 100644 --- a/www/nginx/src/opnsense/service/templates/OPNsense/Nginx/location.conf +++ b/www/nginx/src/opnsense/service/templates/OPNsense/Nginx/location.conf @@ -199,6 +199,6 @@ location {{ location.matchtype }} {{ location.urlpattern }} { proxy_hide_header {{ our_header }}; {% endfor %} {% endif %} -{% endif %}{# honeypod #} +{% endif %}{# honeypot #} }