Ajout : cyclocoop.org/nuage/ .
[lhc/ateliers.git] / etc / nginx / site.d / cyclo-www / local.conf
index 3d4d2a8..f94d2cf 100644 (file)
@@ -1,4 +1,10 @@
 listen 80;
 location ~ ^/administrator(/.*|$) {
-       return 301 https://$host$request_uri;
+       return 301 https://$http_host$request_uri;
+ }
+location ~ ^/apc(/.*|$) {
+       return 301 https://$http_host$request_uri;
+ }
+location ~ ^/nuage(/.*|$) {
+       return 301 https://$http_host$request_uri;
  }