From 75d1d259a4b7c4d846d3b3a8188eccafb96799d2 Mon Sep 17 00:00:00 2001 From: Adam French Date: Sun, 18 Jan 2026 13:26:42 +0000 Subject: [PATCH] remove = idk if this is a bad idea --- nginx/nginx.conf.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx/nginx.conf.template b/nginx/nginx.conf.template index 9d81c8a..680c708 100644 --- a/nginx/nginx.conf.template +++ b/nginx/nginx.conf.template @@ -57,7 +57,7 @@ http { root /var/www/certbot; } - location = $BACKEND_ENDPOINT { + location $BACKEND_ENDPOINT { return 301 $BACKEND_ENDPOINT/; }