ajout du role pour changer le hostname d'un BBB

This commit is contained in:
Antoine Ouvrard
2020-12-09 18:14:26 +01:00
parent 07a1176abe
commit dd12bd0a9b
5 changed files with 93 additions and 1 deletions
@@ -0,0 +1,6 @@
server {
listen 80;
listen [::]:80;
server_name {{ bbbHostname }};
root /var/www/bigbluebutton-default/;
}