🎨 Cleaned up some formatting

Signed-off-by: Joseph Harry <findarato@gmail.com>
This commit is contained in:
Joseph Harry 2025-01-01 16:22:41 -06:00
parent d0fe17e4e7
commit e687ccc8f2
No known key found for this signature in database
GPG key ID: 672E70D2EB06270B

View file

@ -27,8 +27,6 @@ location ^~ /discountbandit/ {
set $upstream_port 80;
set $upstream_proto http;
proxy_pass $upstream_proto://$upstream_app:$upstream_port;
}