Update default.vcl

This commit is contained in:
Manevolent 2023-04-23 18:30:00 -06:00 committed by GitHub
parent d1e9c7ef69
commit d69b284d87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@ vcl 4.1;
backend default { backend default {
.host = "httpd"; .host = "httpd";
.port = "80"; .port = "8080";
.connect_timeout = 60s; .connect_timeout = 60s;
.first_byte_timeout = 60s; .first_byte_timeout = 60s;
.between_bytes_timeout = 60s; .between_bytes_timeout = 60s;