Difference between revisions of "nginx"
Jump to navigation
Jump to search
(primer) |
(→Notes: master config file) |
||
Line 24: | Line 24: | ||
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: | ||
* '''/opt/nginx/''' - configuration and logging folders | * '''/opt/nginx/''' - configuration and logging folders | ||
+ | ** '''/opt/nginx/conf/nginx.conf''' - master config file | ||
* '''/etc/php5/fpm/''' - [[PHP-FPM]] configuration | * '''/etc/php5/fpm/''' - [[PHP-FPM]] configuration | ||
** '''/etc/php5/fpm/pool.d/www.conf''' - config file to actually edit | ** '''/etc/php5/fpm/pool.d/www.conf''' - config file to actually edit |
Revision as of 19:21, 10 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
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
- /opt/nginx/conf/nginx.conf - master config file
- /etc/php5/fpm/ - PHP-FPM configuration
- /etc/php5/fpm/pool.d/www.conf - config file to actually edit