From 7934ac861eae3b056bb559184fb61ed9c06af125 Mon Sep 17 00:00:00 2001 From: Thomas LEBEAU Date: Mon, 16 Jun 2014 07:08:08 +0200 Subject: [PATCH] update nginx conf --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 7aaa33a..f0e1150 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -5,7 +5,7 @@ location PATHTOCHANGE { rewrite ^ https://$server_name$request_uri? permanent; } - rewrite ^ http://DOMAINNAMEPATHTOCHANGE/admin/ redirect; + rewrite ^/(.*)$ http://DOMAINNAMEPATHTOCHANGE/admin/$1 redirect; index index.php index.html index.htm; default_type text/html;