Update default.vcl

This commit is contained in:
Manevolent 2023-04-23 18:52:11 -06:00 committed by GitHub
parent 17abef33e6
commit 9d5fef9b9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
vcl 4.1;
backend default {
.host = "httpd";
backend nurd_matrix {
.host = "127.0.0.1";
.port = "8080";
.connect_timeout = 60s;
.first_byte_timeout = 60s;