Ajout : lhc-www/http.conf
[lhc/ateliers.git] / etc / nginx / site.d / lhc-www / http.conf
1 server {
2 listen 80;
3 server_name
4 heureux-cyclage.org;
5
6 return 301 http://www.heureux-cyclage.org$request_uri;
7 }