mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #12400 from overleaf/jpa-server-pro-trusted-proxy-ips
[server-ce] add SHARELATEX_TRUSTED_PROXY_IPS in Server Pro/CE GitOrigin-RevId: c1fd3c223618061a0069fd212b2a395936a4155b
This commit is contained in:
parent
f60e86a71d
commit
a12c274195
1 changed files with 1 additions and 0 deletions
|
@ -245,6 +245,7 @@ const settings = {
|
||||||
// address and http/https protocol information.
|
// address and http/https protocol information.
|
||||||
|
|
||||||
behindProxy: process.env.SHARELATEX_BEHIND_PROXY || false,
|
behindProxy: process.env.SHARELATEX_BEHIND_PROXY || false,
|
||||||
|
trustedProxyIps: process.env.SHARELATEX_TRUSTED_PROXY_IPS,
|
||||||
|
|
||||||
i18n: {
|
i18n: {
|
||||||
subdomainLang: {
|
subdomainLang: {
|
||||||
|
|
Loading…
Reference in a new issue