From f59007a312bd20b02abc89fb973fa28cb50a2633 Mon Sep 17 00:00:00 2001 From: Adrien Bourmault Date: Wed, 17 Nov 2021 22:27:04 +0000 Subject: [PATCH] Correction de tabulation --- Machines virtuelles/www.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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