Correction : nginx : location : l'ordre importe grave !
[lhc/ateliers.git] / etc / nginx / site.d / cyclocamp-www / local.conf
1 listen 80;
2 location ~ ^/julm/ {
3 return 301 https://$server_name$request_uri;
4 }