privatebin: needs to use http

This commit is contained in:
aptalca 2024-03-28 13:24:11 -04:00 committed by GitHub
commit 438338407e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;
}