Fastly VCL
- English
- 日本語
これらの記事ではFastly VCLについて説明しています。
Fastly VCL is a domain-specific programming language that evolved from the Varnish proxy cache , forming a core part of Fastly's…
Read more »
Best practices in Fastly VCL have changed over time to help address expectation gaps and improve maintainability. This page covers some of…
Read more »
In normal operation, a request directed to a Fastly POP will be handled by two separate cache servers acting together in a process we call…
Read more »
If a fatal error occurs in your service while processing your VCL logic, Fastly will generate an error response with a 503 HTTP status…
Read more »
Fastly VCL は Perl 互換の正規表現 (Perl Compatible Regular Expression - PCRE) シンタックスを利用しています。大文字小文字は区別され、スラッシュ (/) はエスケープする必要はありません。正規表現記述の最初に (?i…
Read more »
Fastly では、特殊な設定を含む独自の Varnish Configuration Language (VCL) ファイルを作成することができます。カスタム VCL ファイルをアップロードすることで、カスタム VCL と Fastly VCL…
Read more »