Skip to content

Commit 1baa33f

Browse files
author
Ganesh B
committed
[Commit]: Ganesh Bhat - Adding dynamic PHP-CGI path configuration to the repo that can be instantiated from express server. Available Tests pass through. Adding docs for relevant changes.
1 parent f9e0514 commit 1baa33f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ var path = require("path");
2222

2323
var app = express();
2424

25-
// Following without a local copy of PHP-CGI works without a path and tries to use PHP-CGI installed in system
25+
// Following works without a local PHP-CGI path and tries to use PHP-CGI installed in system by default
2626
// app.use("/", php.cgi("/path/to/wordpress"), '');
2727

2828
// Following uses a path in second argument defining the local copy of PHP-CGI that you want to use for the application

0 commit comments

Comments
 (0)