This account is not set to public on notestock.
This account is not set to public on notestock.
This account is not set to public on notestock.
This account is not set to public on notestock.
This account is not set to public on notestock.
プロフ更新, follower, following もスキャンする凶悪実装なのでなかなか厳しそうやなという感触を得た.(うまくキャッシュさせられるだろうか)
This account is not set to public on notestock.
vcl 4.1;
import std;
backend default {
.path = "/socket/puma.sock";
}
sub vcl_recv {
if (req.method != "GET" && req.method != "HEAD") {
return (pass);
}
return (hash);
}
sub vcl_backend_error {
set beresp.http.Content-Type = "text/html; charset=utf-8";
synthetic(std.fileread("/etc/varnish/err.html"));
return (deliver);
}
sub vcl_deliver {
if(obj.hits > 0){
set resp.http.X-Cache = "HIT";
}else{
set resp.http.X-Cache = "MISS";
}
}
This account is not set to public on notestock.
puma も passenger も UNIX Socket 使えるし, Varnish も 6 から UNIX Socket 使えますね.
giftee VTuber に欲しいものリストのもの送った時に,お返しにいただいて,こんなソリューションあるんかって驚いた.
This account is not set to public on notestock.
This account is not set to public on notestock.