www.conf 226 B

1234567891011121314151617
  1. # default service
  2. server {
  3. listen 443 ssl;
  4. server_name www.zhixinghe1.top;
  5. location / {
  6. root /usr/share/nginx/html;
  7. index index.html index.htm;
  8. }
  9. location /.well-known {
  10. alias /web/;
  11. autoindex on;
  12. }
  13. }