Changed port to match server
This commit is contained in:
parent
7b06c6784e
commit
9d9cf431c6
@ -1,7 +1,7 @@
|
|||||||
# Handle request to bbb-web running within Tomcat. This is for
|
# Handle request to bbb-web running within Tomcat. This is for
|
||||||
# the BBB-API and Presentation.
|
# the BBB-API and Presentation.
|
||||||
location /lti {
|
location /lti {
|
||||||
proxy_pass http://127.0.0.1:8081;
|
proxy_pass http://127.0.0.1:8181;
|
||||||
proxy_redirect default;
|
proxy_redirect default;
|
||||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||||
proxy_set_header X-Forwarded-Proto $scheme;
|
proxy_set_header X-Forwarded-Proto $scheme;
|
||||||
|
Loading…
Reference in New Issue
Block a user