First commit

This commit is contained in:
2025-02-12 10:09:13 +01:00
parent c0a3d089ff
commit 3f10373773
7 changed files with 158 additions and 0 deletions

6
files/default.vcl Normal file
View File

@ -0,0 +1,6 @@
vcl 4.0;
backend default {
.host = "127.0.0.1";
.port = "8080";
}