mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-29 21:10:20 +08:00
cannot use a dash in a backend name
This commit is contained in:
@@ -29,7 +29,7 @@ acl purge {
|
||||
"127.0.0.1"/32;
|
||||
}
|
||||
|
||||
backend local-apache {
|
||||
backend localapache {
|
||||
.host = "127.0.0.1";
|
||||
.port = "8080";
|
||||
.probe = {
|
||||
@@ -41,7 +41,7 @@ backend local-apache {
|
||||
}
|
||||
|
||||
sub vcl_recv {
|
||||
set req.backend_hint = apache-local;
|
||||
set req.backend_hint = localapache;
|
||||
unset req.http.cookie;
|
||||
set req.http.clear-cookies = "yes";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user