diff --git a/Machines virtuelles/www.md b/Machines virtuelles/www.md index 1935bc3..13b2788 100644 --- a/Machines virtuelles/www.md +++ b/Machines virtuelles/www.md @@ -28,8 +28,8 @@ Adresse ipv6 publique : 2001:910:1360::1ca
server { - set_real_ip_from 192.169.1.1; - real_ip_header proxy_protocol; + set_real_ip_from 192.169.1.1; + real_ip_header proxy_protocol; # SSL configuration # @@ -38,10 +38,10 @@ Adresse ipv6 publique : 2001:910:1360::1ca root /var/www/html; - ssl_certificate /etc/letsencrypt/live/www.a-lec.org/fullchain.pem; # managed by Certbot - ssl_certificate_key /etc/letsencrypt/live/www.a-lec.org/privkey.pem; # managed by Certbot - include /etc/letsencrypt/options-ssl-nginx.conf; # managed by Certbot - ssl_dhparam /etc/letsencrypt/ssl-dhparams.pem; # managed by Certbot + ssl_certificate /etc/letsencrypt/live/www.a-lec.org/fullchain.pem; # managed by Certbot + ssl_certificate_key /etc/letsencrypt/live/www.a-lec.org/privkey.pem; # managed by Certbot + include /etc/letsencrypt/options-ssl-nginx.conf; # managed by Certbot + ssl_dhparam /etc/letsencrypt/ssl-dhparams.pem; # managed by Certbot # Add index.php to the list if you are using PHP