Ajout : etc/nginx/site.d/rouepet-www
[lhc/ateliers.git] / etc / nginx / site.d / rouepet-www / site.conf
diff --git a/etc/nginx/site.d/rouepet-www/site.conf b/etc/nginx/site.d/rouepet-www/site.conf
new file mode 100644 (file)
index 0000000..3d63b29
--- /dev/null
@@ -0,0 +1,10 @@
+server_name
+    rouepet.heureux-cyclage.org
+    www.rouepet.org;
+root /home/www/data/rouepet-www;
+index index.html;
+
+client_body_buffer_size 8k;
+client_max_body_size 10m;
+
+# vim: ft=sh