fix route secure false, behind reverse proxy
This commit is contained in:
parent
17c1a8d821
commit
5ef030f68d
@ -7,7 +7,7 @@ use Slim\Http\Response;
|
||||
$app->add(new Tuupola\Middleware\HttpBasicAuthentication([
|
||||
"path" => ["/inscriptos", "inscriptoscsv"], /* or ["/admin", "/api"] */
|
||||
"realm" => "Protected",
|
||||
"secure" => true,
|
||||
"secure" => false,
|
||||
"users" => [
|
||||
"admin" => "puntofijo"
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user