Flesh out nginx documentation
This commit is contained in:
parent
e09556c0e8
commit
e278264af1
@ -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
|
||||
|
||||
|
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
|
Loading…
Reference in New Issue
Block a user