mirror of
https://github.com/aljazceru/btcpayserver-docker.git
synced 2026-01-31 17:14:48 +01:00
Fix certificates
This commit is contained in:
@@ -224,7 +224,7 @@ upstream {{ $upstream_name }} {
|
||||
{{ if ne $onionHost "" }}
|
||||
server {
|
||||
server_name {{ trim $onionHost }};
|
||||
listen nginx:80 ;
|
||||
listen 80 ;
|
||||
access_log /var/log/nginx/access.log vhost;
|
||||
{{ if (exists "/etc/nginx/vhost.d/default") }}
|
||||
include /etc/nginx/vhost.d/default;
|
||||
|
||||
Reference in New Issue
Block a user