mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-08-21 22:03:39 -07:00
privatebin: needs to use http
This commit is contained in:
parent
6b2e31a42b
commit
438338407e
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue