From 12460ba8e5a8391bfe32bf638245bdf88fd85239 Mon Sep 17 00:00:00 2001 From: Joseph Harry Date: Wed, 1 Jan 2025 16:22:41 -0600 Subject: [PATCH] :art: Cleaned up some formatting Signed-off-by: Joseph Harry --- discountbandit.subfolder.conf.sample | 2 -- 1 file changed, 2 deletions(-) diff --git a/discountbandit.subfolder.conf.sample b/discountbandit.subfolder.conf.sample index ffc445e..8dd4fb8 100644 --- a/discountbandit.subfolder.conf.sample +++ b/discountbandit.subfolder.conf.sample @@ -27,8 +27,6 @@ location ^~ /discountbandit/ { set $upstream_port 80; set $upstream_proto http; proxy_pass $upstream_proto://$upstream_app:$upstream_port; - - }