server { listen 80; server_name token.tlyq.ai token.tulingyinqing.com; location /.well-known/acme-challenge/ { root /var/www/html; try_files $uri =404; } location / { return 301 https://$host$request_uri; } }