Ajout : php5-fpm : apc.php .
[lhc/ateliers.git] / etc / nginx / site.d / cyclo-www / local.conf
index 3d4d2a8..9a6ebd1 100644 (file)
@@ -1,4 +1,7 @@
 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;
  }