apache 一个站点配置多个域名
2019-06-10 本文已影响0人
xcyzjs
在 ServerAlias
中配置, 而不是在 ServerName
中配置
<VirtualHost *:80>
ServerName 4a89w9.natappfree.cc
ServerAlias 4a89w9.natappfree.cc www.appapi.test
DocumentRoot "${INSTALL_DIR}/www/u/public"
<Directory "${INSTALL_DIR}/www/u/public">
AllowOverride All
Require all granted
</Directory>
</VirtualHost>