Correction : nginx : location : l'ordre importe grave !
[lhc/ateliers.git] / etc / nginx / site.d / cyclocamp-www / local.conf
index 56b9f1c..39480f3 100644 (file)
@@ -1 +1,4 @@
 listen 80;
+location ~ ^/julm/ {
+       return 301 https://$server_name$request_uri;
+ }