Update HTTPS proxy settings for BTC Pay Server
This commit is contained in:
parent
fd45b8b88c
commit
8423ae6a76
|
@ -11,6 +11,10 @@ server {
|
|||
location / {
|
||||
proxy_pass http://127.0.0.1:49392;
|
||||
|
||||
proxy_http_version 1.1;
|
||||
proxy_set_header Connection "upgrade";
|
||||
proxy_set_header Upgrade $http_upgrade;
|
||||
|
||||
include /etc/nginx/mynode/mynode_ssl_proxy_params.conf;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user