mirror of https://github.com/OpenVidu/openvidu.git
7 lines
107 B
Plaintext
7 lines
107 B
Plaintext
|
|
server {
|
||
|
|
listen 80;
|
||
|
|
|
||
|
|
location /.well-known/acme-challenge/ {
|
||
|
|
root /var/www/certbot;
|
||
|
|
}
|
||
|
|
}
|