Ajout : etc/nginx/site.d/veloc-www
[lhc/ateliers.git] / etc / nginx / site.d / veloc-www / http.conf
diff --git a/etc/nginx/site.d/veloc-www/http.conf b/etc/nginx/site.d/veloc-www/http.conf
new file mode 100644 (file)
index 0000000..e87f19d
--- /dev/null
@@ -0,0 +1,8 @@
+server {
+       listen 80;
+       server_name
+        velocampus.net;
+       
+       return 301 http://www.velocampus.net$request_uri;
+
+ }