我想为多个网站编写一个配置
这些网站域名将喜欢:x.localhost,y.localhost
但是会出现一些错误
这是错误消息:
caddy_1 | 18 / Jan / 2018:09:33:43 +0000 [ERROR 0 /index.php]主要脚本未知
caddy_1 | 172.20.0.1 - - [18 / Jan / 2018:09:33:43 +0000]“GET /index.php HTTP / 1.1”404 40
caddy_1 | xxx.localhost
*.localhost:80 {
root /var/www/{hostonly}/public
fastcgi / php-fpm:9000 php {
index index.php
}
rewrite {
to {path} {path}/ /index.php?{query}
}
gzip
browse
log stdout
errors stdout
log / stdout {hostonly}
}
答案 0 :(得分:0)
正如您的评论所指出的,您无法尝试使用您的caddy文件。
您需要明确指定每个主机及其根目录。