Ajout : php5-fpm : apc.php .
[lhc/ateliers.git] / etc / nginx / site.d / cyclo-www / local.conf
index 56b9f1c..9a6ebd1 100644 (file)
@@ -1 +1,7 @@
 listen 80;
+location ~ ^/administrator(/.*|$) {
+       return 301 https://$http_host$request_uri;
+ }
+location ~ ^/apc(/.*|$) {
+       return 301 https://$http_host$request_uri;
+ }