Upgrade documentations..

This commit is contained in:
2020-04-29 20:34:38 +02:00
parent a09d267dec
commit 599cdefb02
3 changed files with 107 additions and 0 deletions

View File

@ -107,5 +107,11 @@ server {
location = /50x.html {
root /var/www/nginx-default;
}
# BigBlueButton landing page.
location = / {
return 307 /b;
}
}