Modifications : etc/nginx/org/cyclofficinedangouleme/www
authorLudovic CHEVALIER <ludovic.chevalier@heureux-cyclage.org>
Sat, 30 Sep 2017 13:06:58 +0000 (15:06 +0200)
committerLudovic CHEVALIER <ludovic.chevalier@heureux-cyclage.org>
Sat, 30 Sep 2017 13:06:58 +0000 (15:06 +0200)
srv/ateliers/etc/nginx/org/cyclofficinedangouleme/www/server.conf.m4

index 576b329..0dff986 100644 (file)
@@ -14,3 +14,10 @@ server {
        listen 80;
        return 301 http://www.NAME$request_uri;
 }
+server {
+       server_name
+               NAME
+       listen 443;
+       return 301 https://www.NAME$request_uri;
+}
+