Modifications : etc/nginx/site.d/autoconfig/site.conf
[lhc/ateliers.git] / etc / nginx / site.d / autoconfig / site.conf
1 server_name
2 autoconfig.chatperche.org
3 autoconfig.cyclocoop.org
4 autoconfig.heureux-cyclage.org
5 autoconfig.lesjantesdunord.org
6 autoconfig.ptitvelo.net
7 autoconfig.veli-velo.org;
8
9 location ~ /\. {
10 access_log off;
11 deny all;
12 log_not_found off;
13 }
14
15 # vim: ft=sh