Files
.github
data
nginx
templates
default.conf.template
php-upstream.conf.template
Dockerfile
nginx.conf
php-fpm
.env
.gitignore
LICENSE
README.md
docker-compose-dev.yml
docker-compose.yml
cc-docker/nginx/templates/php-upstream.conf.template
Jan Eitzinger 4ef1a81222 Initial checkin
2021-05-19 14:27:44 +02:00

4 lines
47 B
Plaintext

upstream php-upstream {
server php:9001;
}