Flesh out nginx documentation
This commit is contained in:
parent
e09556c0e8
commit
e278264af1
@ -22,12 +22,17 @@ Gentoo services have init files in the `/etc/init.d/` directory.
|
|||||||
* To stop a service:
|
* To stop a service:
|
||||||
`/etc/init.d/[service] stop`
|
`/etc/init.d/[service] stop`
|
||||||
|
|
||||||
|
* To start a service on boot:
|
||||||
|
`rc-update add [service] default`
|
||||||
|
|
||||||
* Common services
|
* Common services
|
||||||
|
|
||||||
`mysqld` - mysql
|
`mysqld` - mysql
|
||||||
|
|
||||||
`php-fpm` - php with fpm
|
`php-fpm` - php with fpm
|
||||||
|
|
||||||
|
`nginx` - nginx web server
|
||||||
|
|
||||||
`lighttpd` - lighttpd web server
|
`lighttpd` - lighttpd web server
|
||||||
|
|
||||||
## Installing software
|
## Installing software
|
||||||
|
17
Nginx.md
17
Nginx.md
@ -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
|
@ -5,6 +5,4 @@ A guide to setup and maintain a webserver with php/nginx/spdy/mod_pagespeed
|
|||||||
* [General Topics](GENERAL.md)
|
* [General Topics](GENERAL.md)
|
||||||
* [Server Setup](Setup.md)
|
* [Server Setup](Setup.md)
|
||||||
* [PHP](PHP.md)
|
* [PHP](PHP.md)
|
||||||
* [Lighttpd](Lighttpd.md)
|
|
||||||
* [Nginx](Nginx.md)
|
* [Nginx](Nginx.md)
|
||||||
* [Mod Pagespeed](PS.md)
|
|
||||||
|
Loading…
Reference in New Issue
Block a user