📜  在同一托管 ubuntu 服务器上调用错误的域 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:11.952000             🧑  作者: Mango

代码示例1
For me i forget the mapping part

To have your server mapped to your domains you’ll need to enable each of your
newly made .conf files.

a2ensite domain.com.conf

We restart the Apache service to register our changes.
systemctl restart apache2