Ajout : roundcube.
[lhc/ateliers.git] / etc / nginx / site.d / autoconfig / site.conf
1 server_name
2 autoconfig.heureux-cyclage.org
3 autoconfig.cyclocoop.org;
4
5 location ~ /\. {
6 access_log off;
7 deny all;
8 log_not_found off;
9 }
10
11 # vim: ft=sh