准备

创建网站

  • 添加配置信息使网站可以使用php
1
2
3
location / {
try_files $uri $uri/ /index.php?$query_string;
}

安装并进行设置

  • 访问domin即可