Ajout : php5-fpm : apc.php .
[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 }