This commit is contained in:
nicolas.dorier 2021-03-27 11:13:10 +09:00
parent e3495e8cda
commit edbb655228
No known key found for this signature in database
GPG Key ID: 6618763EF09186FE

View File

@ -272,7 +272,6 @@ upstream {{ $upstream_name }} {
server {
server_name {{ trim $onionHost }};
listen 80 ;
proxy_set_header X-Forwarded-Host $host;
access_log /var/log/nginx/access.log vhost;
{{ if (exists "/etc/nginx/vhost.d/default") }}
include /etc/nginx/vhost.d/default;