server { server_name kibana.foach.site; location / { proxy_pass http://localhost:5601; } listen 80; # managed by Certbot }