Correction : etc/nginx/site.d/lhc-burette/http.conf
authorLudovic CHEVALIER <ludovic.chevalier@heureux-cyclage.org>
Mon, 1 Jul 2013 10:37:05 +0000 (12:37 +0200)
committerLudovic CHEVALIER <ludovic.chevalier@heureux-cyclage.org>
Mon, 1 Jul 2013 10:37:05 +0000 (12:37 +0200)
etc/nginx/site.d/lhc-burette/http.conf

index cdf51b3..b48cf4d 100644 (file)
@@ -1,7 +1,7 @@
 server {
        listen 80;
        server_name
-        burette.heureux-cyclage.org:
+        burette.heureux-cyclage.org;
        
        return 301 https://$host$request_uri;
  }