# default service server { listen 443 ssl; server_name www.zhixinghe1.top; location / { root /usr/share/nginx/html; index index.html index.htm; } location /.well-known { alias /web/; autoindex on; } }