mirror of
https://github.com/certbot/certbot.git
synced 2026-06-09 00:32:12 -04:00
9 lines
281 B
Text
9 lines
281 B
Text
|
|
# -*- mode: nginx; mode: flyspell-prog; mode: autopair; ispell-local-dictionary: "american" -*-
|
||
|
|
|
||
|
|
### Upstream configuration for PHP FastCGI.
|
||
|
|
|
||
|
|
## Add as many servers as needed. Cf. http://wiki.nginx.org/HttpUpstreamModule.
|
||
|
|
upstream phpcgi {
|
||
|
|
server unix:/var/run/php-fpm.sock;
|
||
|
|
}
|