Difference between revisions of "nginx"
Jump to navigation
Jump to search
(→Notes: master config file) |
(moving notes specific to MYLserver's configuration to a separate page) |
||
Line 22: | Line 22: | ||
** [http://blog.martinfjordvald.com/2010/07/nginx-primer/ nginx primer] - an introduction to the nginx configuration file | ** [http://blog.martinfjordvald.com/2010/07/nginx-primer/ nginx primer] - an introduction to the nginx configuration file | ||
==Notes== | ==Notes== | ||
− | + | * [[User:Woozle/nginx]]: trying to repair a borked [[PHP-FPM]] installation | |
− | |||
− | |||
− | |||
− |
Revision as of 19:31, 18 June 2012
About
nginx is free/open source web server software.
PHP
There are a number of ways to get nginx to play nicely with PHP:
- PHP-FPM is one, but there are others
Links
- Official-looking pages:
- Wikipedia
- How-to guides:
- nginx primer - an introduction to the nginx configuration file
Notes
- User:Woozle/nginx: trying to repair a borked PHP-FPM installation