mirror of https://github.com/OpenVidu/openvidu.git
12 lines
216 B
Plaintext
12 lines
216 B
Plaintext
![]() |
server {
|
||
|
listen 80;
|
||
|
server_name {domain_name};
|
||
![]() |
|
||
![]() |
location / {
|
||
|
return 301 https://$host$request_uri;
|
||
|
}
|
||
|
|
||
|
location /.well-known/acme-challenge/ {
|
||
|
root /var/www/certbot;
|
||
|
}
|
||
|
}
|