# file service server { listen 443 ssl; server_name fs.zhixinghe1.top; location / { root /fs; autoindex on; autoindex_exact_size off; autoindex_localtime on; } }