We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de50907 commit f72533bCopy full SHA for f72533b
infra/cdn/main.tf
@@ -269,7 +269,7 @@ resource "fastly_service_vcl" "python_org" {
269
}
270
271
logging_syslog {
272
- name = "syslog"
+ name = "pythonorg"
273
address = "cdn-logs.nyc1.psf.io"
274
port = 514
275
format = "%h \"%%{now}V\" %l \"%%{req.request}V %%{req.url}V\" %%{req.proto}V %>s %%{resp.http.Content-Length}V %%{resp.http.age}V \"%%{resp.http.x-cache}V\" \"%%{resp.http.x-cache-hits}V\" \"%%{req.http.content-type}V\" \"%%{req.http.accept-language}V\" \"%%{cstr_escape(req.http.user-agent)}V\""
0 commit comments