From 438338407e37fc5428d1ae76f9ae707169465fde Mon Sep 17 00:00:00 2001 From: aptalca <541623+aptalca@users.noreply.github.com> Date: Thu, 28 Mar 2024 13:24:11 -0400 Subject: [PATCH] privatebin: needs to use http --- privatebin.subdomain.conf.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/privatebin.subdomain.conf.sample b/privatebin.subdomain.conf.sample index 9279ddd..98d274b 100644 --- a/privatebin.subdomain.conf.sample +++ b/privatebin.subdomain.conf.sample @@ -39,7 +39,7 @@ server { include /config/nginx/resolver.conf; set $upstream_app privatebin; set $upstream_port 8080; - set $upstream_proto https; + set $upstream_proto http; proxy_pass $upstream_proto://$upstream_app:$upstream_port; }