Modification : remorque. vers Grésille & ra. vers Kimsufi.
[lhc/ateliers.git] / etc / nginx / site.d / lhc-remorque / http.conf
1 server {
2 listen 80;
3 server_name
4 remorque.heureux-cyclage.org
5 ra.heureux-cyclage.org;
6
7 return 301 https://$host$request_uri;
8 }