From f57e1998b2991a4ac38d158fb0f5c2c84c03d01d Mon Sep 17 00:00:00 2001
From: Fred Dixon <ffdixon@gmail.com>
Date: Fri, 5 Jul 2019 15:14:06 -0400
Subject: [PATCH] Change bbb-lti port so no conflict with tomcat7

---
 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 afe416e71e..9e10d6b88a 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:8080;
+           proxy_pass         http://127.0.0.1:8081;
            proxy_redirect     default;
            proxy_set_header   X-Forwarded-For   $proxy_add_x_forwarded_for;
            proxy_set_header   X-Forwarded-Proto $scheme;
-- 
GitLab