3d4d2a8c50dda9bba63f4713c90dedfd8b27866b
[lhc/ateliers.git] / etc / nginx / site.d / cyclo-www / local.conf
1 listen 80;
2 location ~ ^/administrator(/.*|$) {
3 return 301 https://$host$request_uri;
4 }