fix missing script parameter

Co-Authored-By: mrvnklm <kelm.marvin@gmail.com>
migrate-github-actions
Tim de Pater 2019-02-05 21:25:40 +01:00 committed by GitHub
parent 5c674bdd96
commit 6521196575
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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;
}