Update proxy trusted

This commit is contained in:
2021-11-16 17:47:39 +01:00
parent bd5dc32bb9
commit 4269ee9d40

View File

@@ -77,7 +77,7 @@ export const http: ServerConfig = {
| headers.
|
*/
trustProxy: proxyAddr.compile(true),
trustProxy: proxyAddr.compile('true'),
/*
|--------------------------------------------------------------------------