Skip to content

Commit 945d60c

Browse files
authored
Privatebin needs to use http for upstream (#662)
* privatebin: needs to use http * privatebin: update date
1 parent 6b2e31a commit 945d60c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

privatebin.subdomain.conf.sample

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Version 2023/05/31
1+
## Version 2024/03/28
22
# make sure that your privatebin container is named privatebin
33
# make sure that your dns has a cname set for privatebin
44

@@ -39,7 +39,7 @@ server {
3939
include /config/nginx/resolver.conf;
4040
set $upstream_app privatebin;
4141
set $upstream_port 8080;
42-
set $upstream_proto https;
42+
set $upstream_proto http;
4343
proxy_pass $upstream_proto://$upstream_app:$upstream_port;
4444

4545
}

0 commit comments

Comments
 (0)