From 9d9cf431c6e6cc4d408c860fcc9a80f3cc758da8 Mon Sep 17 00:00:00 2001 From: Fred Dixon Date: Fri, 12 Jul 2019 07:28:25 -0700 Subject: [PATCH] Changed port to match server --- bbb-lti/lti.nginx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bbb-lti/lti.nginx b/bbb-lti/lti.nginx index 9e10d6b88a..205906ab85 100644 --- a/bbb-lti/lti.nginx +++ b/bbb-lti/lti.nginx @@ -1,7 +1,7 @@ # Handle request to bbb-web running within Tomcat. This is for # the BBB-API and Presentation. location /lti { - proxy_pass http://127.0.0.1:8081; + proxy_pass http://127.0.0.1:8181; proxy_redirect default; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-Proto $scheme;