mirror of
https://github.com/certbot/certbot.git
synced 2026-07-26 08:09:12 +02:00
9 lines
297 B
Plaintext
9 lines
297 B
Plaintext
# -*- mode: nginx; mode: flyspell-prog; mode: autopair; ispell-local-dictionary: "american" -*-
|
|
|
|
### Upstream configuration for Apache functioning has a PHP handler.
|
|
|
|
## Add as many servers as needed. Cf. http://wiki.nginx.org/HttpUpstreamModule.
|
|
upstream phpapache {
|
|
server 127.0.0.1:8080;
|
|
}
|