🤖 TEST:

This commit is contained in:
Yuri-Lima
2023-08-28 10:30:53 +00:00
parent d9ca04603e
commit aea341444d

View File

@@ -66,7 +66,7 @@ http {
server { # This new server will watch for traffic on 443
listen 443 ssl http2;
server_name localhost;
server_name 49.13.21.211;
ssl_certificate /etc/nginx/external-certificate/certificate.crt;
ssl_certificate_key /etc/nginx/external-certificate/certificate.key;
root /usr/share/nginx/html;