From 4ba9c7b6f79a34325d6b63c7921da72e578adce0 Mon Sep 17 00:00:00 2001 From: Jacob G Date: Thu, 31 Dec 2015 11:41:53 -0500 Subject: [PATCH] added improved nginx rewrite configuration (closes #161) --- install.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/install.php b/install.php index 4f9f73b..0083cac 100755 --- a/install.php +++ b/install.php @@ -1523,10 +1523,9 @@ function get_db_info($name) { rewrite ^//static/(.*?)$ //static/$1 break; } location // { - fastcgi_pass 127.0.0.1:; - fastcgi_param SCRIPT_FILENAME //dispatcher.php; - include fastcgi_params; + rewrite ^(.*)$ //dispatcher.php; } +