Difference between revisions of "nginx"
Jump to navigation
Jump to search
(Created page with "<hide> page type::article thing type::software architecture::server purpose::web server license::open source category:software </hide> ==About== [[ngin...") |
(notes - nonstandard config) |
||
Line 16: | Line 16: | ||
** http://nginx.net/ - release news | ** http://nginx.net/ - release news | ||
* {{wikipedia}} | * {{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/php/fpm/''' - [[PHP-FPM]] configuration | ||
+ | ** '''/etc/php5/php/fpm/pool.d/www.conf''' - config file to actually edit |
Revision as of 20:26, 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/php/fpm/ - PHP-FPM configuration
- /etc/php5/php/fpm/pool.d/www.conf - config file to actually edit