Skip to content

Commit

Permalink
Fix to white page problem
Browse files Browse the repository at this point in the history
Added fastcgi_param SCRIPT_FILENAME in order to fix "white page" problem
  • Loading branch information
isserterrus committed Jul 30, 2015
1 parent c508e98 commit 1cda4ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions conf/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ location YNH_WWW_PATH {
include fastcgi_params;
fastcgi_param REMOTE_USER $remote_user;
fastcgi_param PATH_INFO $fastcgi_path_info;
fastcgi_param SCRIPT_FILENAME $request_filename;
}

# Include SSOWAT user panel.
Expand Down

0 comments on commit 1cda4ca

Please sign in to comment.