mirror of
https://github.com/aljazceru/btcpayserver-docker.git
synced 2026-01-31 19:04:21 +01:00
Fix certificates
This commit is contained in:
@@ -226,6 +226,9 @@ server {
|
||||
server_name {{ trim $onionHost }};
|
||||
listen nginx:80 ;
|
||||
access_log /var/log/nginx/access.log vhost;
|
||||
{{ if (exists "/etc/nginx/vhost.d/default") }}
|
||||
include /etc/nginx/vhost.d/default;
|
||||
{{ end }}
|
||||
location / {
|
||||
proxy_pass http://{{ trim $upstream_name }};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user