X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=etc%2Fnginx%2Fsite.d%2Flhc-remorque%2Fhttp.conf;fp=etc%2Fnginx%2Fsite.d%2Flhc-remorque%2Fhttp.conf;h=8e3bfea7ed8a165c217ef0996b8d09285275fb4d;hb=41902057ecac8fa4dbe7d140a87ac220e3302bf1;hp=0000000000000000000000000000000000000000;hpb=48df63a68373f2e9025075115d16d3faad474aa9;p=lhc%2Fateliers.git diff --git a/etc/nginx/site.d/lhc-remorque/http.conf b/etc/nginx/site.d/lhc-remorque/http.conf new file mode 100644 index 0000000..8e3bfea --- /dev/null +++ b/etc/nginx/site.d/lhc-remorque/http.conf @@ -0,0 +1,8 @@ +server { + listen 80; + server_name + remorque.heureux-cyclage.org + ra.heureux-cyclage.org; + + return 301 https://$host$request_uri; + }