cc-docker/nginx/templates/php-upstream.conf.template

4 lines
47 B
Plaintext
Raw Normal View History

2021-05-19 14:27:44 +02:00
upstream php-upstream {
server php:9001;
}