change nginx port from 8080 to 48087

https://github.com/bigbluebutton/docker/issues/133
This commit is contained in:
chandi
2021-11-27 18:22:03 +01:00
parent 79734af553
commit 37d2b16bc7
7 changed files with 18 additions and 53 deletions

View File

@ -16,7 +16,7 @@ server {
location / {
proxy_http_version 1.1;
proxy_pass http://127.0.0.1:8080;
proxy_pass http://127.0.0.1:48087;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;

View File

@ -16,7 +16,7 @@ server {
location / {
proxy_http_version 1.1;
proxy_pass http://$endpoint_addr:8080;
proxy_pass http://$endpoint_addr:48087;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;