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