Changed port to match server

This commit is contained in:
Fred Dixon 2019-07-12 07:28:25 -07:00 committed by GitHub
parent 7b06c6784e
commit 9d9cf431c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;