Skip to content

Commit bf312f4

Browse files
committed
Update README.md
1 parent f2f6972 commit bf312f4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## php-cgi-spawner
22

3-
It is the smallest (less than 4kb) and easiest way to spawn a multiple php-cgi proccesses in Windows for your nginx server with fastcgi.
3+
It is the smallest (less than 4kb) and easiest way to spawn a multiple php-cgi proccesses in Windows for your web server with fastcgi.
44

55
- It spawns as many php-cgi on a port as you need.
66
- It automatically restarts them if they crashed.
@@ -11,4 +11,4 @@ Run [make.bat](src/make.bat) in a Visual Studio environment.
1111

1212
## Example
1313

14-
The [example](example) directory contains [php-cgi-spawner.exe](example/php-cgi-spawner.exe) (x86 application compiled in "Visual Studio 2008 Command Prompt" to successfully run on Windows XP or higher) and scripts to [run](example/_php-cgi-nginx-restart.bat) and [stop](example/_php-cgi-nginx-stop.bat) your web server.
14+
The [example](example) directory contains [php-cgi-spawner.exe](example/php-cgi-spawner.exe) (precompiled in "Visual Studio 2008 Command Prompt" x86 application to successfully run on Windows XP or higher) and scripts to [run](example/_php-cgi-nginx-restart.bat) and [stop](example/_php-cgi-nginx-stop.bat) your web server.

0 commit comments

Comments
 (0)