nginx: Difference between revisions
from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
→Notes: path correction |
primer |
||
| Line 9: | Line 9: | ||
==About== | ==About== | ||
[[nginx]] is [[free/open source]] [[web server software]]. | [[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== | ==Links== | ||
* Official-looking pages: | * Official-looking pages: | ||
| Line 16: | Line 19: | ||
** http://nginx.net/ - release news | ** http://nginx.net/ - release news | ||
* {{wikipedia}} | * {{wikipedia}} | ||
* How-to guides: | |||
** [http://blog.martinfjordvald.com/2010/07/nginx-primer/ nginx primer] - an introduction to the nginx configuration file | |||
==Notes== | ==Notes== | ||
Apparently this is not a standard config, but the nginx install I'm working with uses the following folders: | Apparently this is not a standard config, but the nginx install I'm working with uses the following folders: | ||
Revision as of 17:24, 10 June 2012
<hide> page type::article thing type::software architecture::server purpose::web server license::open source </hide>
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
Apparently this is not a standard config, but the nginx install I'm working with uses the following folders:
- /opt/nginx/ - configuration and logging folders
- /etc/php5/fpm/ - PHP-FPM configuration
- /etc/php5/fpm/pool.d/www.conf - config file to actually edit
