# Virtual Hosts
#
<VirtualHost *:8888>
ServerName localhost
ServerAlias localhost
DocumentRoot "${INSTALL_DIR}/www"
<Directory "${INSTALL_DIR}/www/">
Options +Indexes +Includes +FollowSymLinks +MultiViews
AllowOverride All
Require all granted
Allow from all
</Directory>
</VirtualHost>
局域网配置本地域名
最新推荐文章于 2025-02-28 16:22:15 发布