我需要在nginx配置文件中设置几个规则。我有点迷失方向。这些是规则。
if (-f $document_root/cache/$host/$uri/index.html) {
rewrite (.*) /cache/$host/$1/index.html break;
}
if (-f $document_root/cache/$host/$uri.html) {
rewrite (.*) /cache/$host/$1.html break;
}
我的问题是:
答案 0 :(得分:0)
答案 1 :(得分:0)
使用nginx buildpacks例如https://github.com/ryandotsmith/nginx-buildpack
您可以在custom /
中配置nginx