httpd参数调整
- 修改配置文件
vim /etc/httpd/conf/httpd.conf
# 显示文件名为UT8编码
IndexOptions +Charset=UTF-8
# 显示文件名为自适应最长宽度
IndexOptions FancyIndexing NameWidth=*
- 重启服务
systemctl restart httpd
If you have any question you can ask below or enter what you are looking for!
vim /etc/httpd/conf/httpd.conf
# 显示文件名为UT8编码
IndexOptions +Charset=UTF-8
# 显示文件名为自适应最长宽度
IndexOptions FancyIndexing NameWidth=*
systemctl restart httpd