SuppressionĀ : etc/php5/fpm/pool.d/lhc_quest/php-fpm.conf
[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 }
8 location ~ ^/nuage(/.*|$) {
9 return 301 https://$http_host$request_uri;
10 }