Flesh out nginx documentation

This commit is contained in:
Timothy Warren 2013-06-07 12:02:14 -04:00
parent e09556c0e8
commit e278264af1
4 changed files with 23 additions and 3 deletions

View File

@ -22,11 +22,16 @@ Gentoo services have init files in the `/etc/init.d/` directory.
* To stop a service:
`/etc/init.d/[service] stop`
* To start a service on boot:
`rc-update add [service] default`
* Common services
`mysqld` - mysql
`php-fpm` - php with fpm
`php-fpm` - php with fpm
`nginx` - nginx web server
`lighttpd` - lighttpd web server

View File

@ -0,0 +1,17 @@
#Setting up nginx for PHP-fpm
## Use flags
Recommended USE flags for nginx - put these in `/etc/portage/package.use` rather than `/etc/make.conf` to make this easier to change if need be.
### Modules Variable
## Config
### FastCGI Setup
### Pathinfo Fix
### Sites
#### SPDY setup

0
PS.md
View File

View File

@ -5,6 +5,4 @@ A guide to setup and maintain a webserver with php/nginx/spdy/mod_pagespeed
* [General Topics](GENERAL.md)
* [Server Setup](Setup.md)
* [PHP](PHP.md)
* [Lighttpd](Lighttpd.md)
* [Nginx](Nginx.md)
* [Mod Pagespeed](PS.md)