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