From 396f4fff312a386c07cee44f39fa8958e28397d5 Mon Sep 17 00:00:00 2001 From: Philippe MILINK Date: Sun, 19 May 2024 13:26:25 +0200 Subject: [PATCH] Corrige une typo --- roles/web/templates/nginx/sites-available/zestedesavoir.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/web/templates/nginx/sites-available/zestedesavoir.j2 b/roles/web/templates/nginx/sites-available/zestedesavoir.j2 index 526fc84..0641360 100644 --- a/roles/web/templates/nginx/sites-available/zestedesavoir.j2 +++ b/roles/web/templates/nginx/sites-available/zestedesavoir.j2 @@ -54,7 +54,7 @@ server { log_not_found off; } - # On Vagrant installations, 127.0.0.1 is already use to serve the website, so + # On Vagrant installations, 127.0.0.1 is already used to serve the website, so # we put here the /nginx_status end-point, instead of creating a 127.0.0.1 vhost. location /nginx_status { stub_status on;