From 910e4bc86cd58ee98b94e1bdfb8e9fdc7cd7b98e Mon Sep 17 00:00:00 2001 From: Pagwin Date: Fri, 15 Sep 2023 16:53:01 -0400 Subject: [PATCH] fixed up the nginx.conf template because I did an oopsie --- nginx.conf.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx.conf.template b/nginx.conf.template index c153a10..869b5c0 100644 --- a/nginx.conf.template +++ b/nginx.conf.template @@ -22,7 +22,7 @@ http { ###{--- location /comments { # we're going to use a python program to substitute this out - proxy_pass http://${{COMMENTS_BACKEND}} + proxy_pass http://${{COMMENTS_BACKEND}}; } ###---} }