Skip to content

Commit

Permalink
fix missing script parameter
Browse files Browse the repository at this point in the history
Co-Authored-By: mrvnklm <[email protected]>
  • Loading branch information
TrafeX and mrvnklm authored Feb 5, 2019
1 parent 5c674bd commit 6521196
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ http {
access_log off;
allow 127.0.0.1;
deny all;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
include fastcgi_params;
fastcgi_pass 127.0.0.1:9000;
}
Expand Down

0 comments on commit 6521196

Please sign in to comment.