From 65920ad2932189f179e03f8c7e1c3fa15660ca43 Mon Sep 17 00:00:00 2001 From: Ludovic CHEVALIER Date: Mon, 1 Jul 2013 12:37:05 +0200 Subject: [PATCH] Correction : etc/nginx/site.d/lhc-burette/http.conf --- etc/nginx/site.d/lhc-burette/http.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/nginx/site.d/lhc-burette/http.conf b/etc/nginx/site.d/lhc-burette/http.conf index cdf51b3..b48cf4d 100644 --- a/etc/nginx/site.d/lhc-burette/http.conf +++ b/etc/nginx/site.d/lhc-burette/http.conf @@ -1,7 +1,7 @@ server { listen 80; server_name - burette.heureux-cyclage.org: + burette.heureux-cyclage.org; return 301 https://$host$request_uri; } -- 2.20.1