From beb01589eb63cf0b4d1f01d876caba87184b8b87 Mon Sep 17 00:00:00 2001 From: Andy Miller Date: Fri, 8 Jan 2016 16:35:56 -0700 Subject: [PATCH] couple of new lang strings for new reverse_proxy setting --- languages/en.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/languages/en.yaml b/languages/en.yaml index d3df90ee..91646f93 100644 --- a/languages/en.yaml +++ b/languages/en.yaml @@ -472,3 +472,5 @@ PLUGIN_ADMIN: SESSION_SECURE_HELP: "If true, indicates that communication for this cookie must be over an encrypted transmission. WARNING: Enable this only on sites that run exclusively on HTTPS" SESSION_HTTPONLY: "HTTP Only" SESSION_HTTPONLY_HELP: "If true, indicates that cookies should be used only over HTTP, and JavaScript modification is not allowed" + REVERSE_PROXY: "Reverse Proxy" + REVERSE_PROXY_HELP: "Enable this if you are behind a reverse proxy and you are having trouble with URLs containing incorrect ports"