Fix certificates

This commit is contained in:
nicolas.dorier
2019-03-19 02:13:34 +09:00
parent 9905f5c4b7
commit e55d9a8695

View File

@@ -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 }};
}