nginx配置文件目录 HandsomeHan 2018-05-04 Others Others 123456789101112server { listen 10014; server_name 127.0.0.1 localhost; location / { alias /Users/handsomehan/Documents/; sendfile on; autoindex on; autoindex_exact_size off; autoindex_localtime on; charset utf-8,gbk; }}