server { listen 443 ssl; server_name token.tlyq.ai; ssl_certificate /etc/letsencrypt/live/www.tlyq.ai/fullchain.pem; ssl_certificate_key /etc/letsencrypt/live/www.tlyq.ai/privkey.pem; location / { proxy_pass http://token-ai; proxy_set_header Host $host; } }