1c8578fb6bc00efa9fe0ad225056a7904a89b75c
[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