X-Git-Url: https://git.cyclocoop.org/%242?a=blobdiff_plain;f=etc%2Fnginx%2Fsite.d%2Fcyclo-www%2Flocal.conf;h=f94d2cfeaf4c7e9b304177fe354e0e830c41e5e2;hb=7dd46d629a78c22a77685c8035f1d47b32dcb315;hp=3d4d2a8c50dda9bba63f4713c90dedfd8b27866b;hpb=f37b6859150dc75316a6c2a4de09f9ecce738455;p=lhc%2Fateliers.git diff --git a/etc/nginx/site.d/cyclo-www/local.conf b/etc/nginx/site.d/cyclo-www/local.conf index 3d4d2a8..f94d2cf 100644 --- a/etc/nginx/site.d/cyclo-www/local.conf +++ b/etc/nginx/site.d/cyclo-www/local.conf @@ -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; }