#48 - heroku deployment #70

Merged
Baakoma merged 34 commits from #48-heroku-deployment into main 2022-03-15 14:46:42 +01:00
Showing only changes of commit 2bfe742c45 - Show all commits

View File

@@ -9,6 +9,6 @@ use Symfony\Component\HttpFoundation\Request;
class TrustProxies extends Middleware
{
protected $proxies = '*';
protected $proxies = "*";
protected $headers = Request::HEADER_X_FORWARDED_AWS_ELB;
}