fs.conf 188 B

123456789101112
  1. # file service
  2. server {
  3. listen 443 ssl;
  4. server_name fs.zhixinghe1.top;
  5. location / {
  6. root /fs;
  7. autoindex on;
  8. autoindex_exact_size off;
  9. autoindex_localtime on;
  10. }
  11. }