From: Ludovic CHEVALIER Date: Mon, 1 Jul 2013 10:37:05 +0000 (+0200) Subject: Correction : etc/nginx/site.d/lhc-burette/http.conf X-Git-Url: https://git.cyclocoop.org/?p=lhc%2Fateliers.git;a=commitdiff_plain;h=65920ad2932189f179e03f8c7e1c3fa15660ca43 Correction : etc/nginx/site.d/lhc-burette/http.conf --- 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; }