Update deploy/varnish/default.vcl.template
This commit is contained in:
@@ -6,7 +6,7 @@ import std;
|
||||
# ===== Backend =====
|
||||
backend app {
|
||||
.host = "app";
|
||||
.port = "8000";
|
||||
.port = "${APP_PORT}";
|
||||
}
|
||||
|
||||
# ===== ACL =====
|
||||
@@ -261,4 +261,4 @@ sub vcl_synth {
|
||||
# ===== PURGE HANDLER =====
|
||||
sub vcl_purge {
|
||||
return (synth(200, "Purged"));
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user