Modification : raccourcissement des noms UNIX pour MySQL : php5_ -> php_ .
[lhc/ateliers.git] / etc / nginx / site.d / cyclo-www / local.conf
index 56b9f1c..3d4d2a8 100644 (file)
@@ -1 +1,4 @@
 listen 80;
+location ~ ^/administrator(/.*|$) {
+       return 301 https://$host$request_uri;
+ }