Modification : remorque. vers Grésille & ra. vers Kimsufi.
[lhc/ateliers.git] / etc / nginx / site.d / lhc-remorque / http.conf
diff --git a/etc/nginx/site.d/lhc-remorque/http.conf b/etc/nginx/site.d/lhc-remorque/http.conf
new file mode 100644 (file)
index 0000000..8e3bfea
--- /dev/null
@@ -0,0 +1,8 @@
+server {
+       listen 80;
+       server_name
+        remorque.heureux-cyclage.org
+        ra.heureux-cyclage.org;
+       
+       return 301 https://$host$request_uri;
+ }