Difference between revisions of "nginx"
Jump to navigation
Jump to search
(notes - nonstandard config) |
(→Notes: path correction) |
||
Line 19: | Line 19: | ||
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 | ||
− | * '''/etc/php5 | + | * '''/etc/php5/fpm/''' - [[PHP-FPM]] configuration |
− | ** '''/etc/php5 | + | ** '''/etc/php5/fpm/pool.d/www.conf''' - config file to actually edit |
Revision as of 21:23, 23 April 2012
About
nginx is free/open source web server software.
Links
- Official-looking pages:
- Wikipedia
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