diff --git a/bbb-lti/lti.nginx b/bbb-lti/lti.nginx index afe416e71e9f86a90c26f5ee41c6a0671d733c3a..9e10d6b88a716e50f6bc50f689556735b04a7d5a 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;