archivos de configuracion, scripts y assets customizados de greenlight, scalelite y bigbluebutton
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

greenlight-redirect.nginx 47B

123
  1. location = / {
  2. return 307 https://$host/b;
  3. }