53c3101ae3c8c4bd972b0e0df79e838a0005cc2f
[lhc/ateliers.git] / etc / nginx / site.d / cyclo-vie / http.conf
1 server {
2 listen 80;
3 server_name
4 vie.cyclocoop.org;
5
6 return 301 https://$host$request_uri;
7 }