Skip to content

Instantly share code, notes, and snippets.

@uozbek
Created October 1, 2020 09:19
Show Gist options
  • Save uozbek/8006c161807cb352e4dfe19894853e94 to your computer and use it in GitHub Desktop.
Save uozbek/8006c161807cb352e4dfe19894853e94 to your computer and use it in GitHub Desktop.
location /ws {
proxy_pass https://uzep_external_ip:7443;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "Upgrade";
proxy_read_timeout 6h;
proxy_send_timeout 6h;
client_body_timeout 6h;
send_timeout 6h;
auth_request /bigbluebutton/connection/checkAuthorization;
auth_request_set $auth_status $upstream_status;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment