From 7e612adfacd73e1fdc3bbee738e2f3aa1fd5243b Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 15 May 2022 13:15:59 +0200 Subject: [PATCH] fix --- conf/nginx.conf | 2 +- doc/DISCLAIMER.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index d2bebba..23a8d3c 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -19,7 +19,7 @@ location / { include fastcgi_params; fastcgi_param REMOTE_USER $remote_user; fastcgi_param PATH_INFO $fastcgi_path_info; - fastcgi_param SCRIPT_FILENAME $fastcgi_path_info; + fastcgi_param SCRIPT_FILENAME $request_filename; } } diff --git a/doc/DISCLAIMER.md b/doc/DISCLAIMER.md index e69de29..3b8f4cd 100644 --- a/doc/DISCLAIMER.md +++ b/doc/DISCLAIMER.md @@ -0,0 +1 @@ +Create an user account in order to use the browser-based user interface called the Dashboard. Therefore navigate to `https://yoursite.com/dashboard` and follow the instructions. \ No newline at end of file