Skip to content
Snippets Groups Projects
Unverified Commit f57e1998 authored by Dixon Fred's avatar Dixon Fred Committed by GitHub
Browse files

Change bbb-lti port so no conflict with tomcat7

parent 91f10e4f
No related branches found
No related tags found
No related merge requests found
# 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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment