This repository has been archived on 2026-05-25. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
visio_nrd/roles/bbb-set-hostname/templates/nginxSSLcheck.conf
T
2020-12-15 14:58:29 +01:00

6 lines
110 B
Plaintext

server {
listen 80;
listen [::]:80;
server_name {{ bbbHostname }};
root /var/www/bigbluebutton-default/;
}