docker-compose-lemp-letsenc.../nginx/conf.d/default.conf

4 lines
51 B
Plaintext

upstream php-upstream {
server php-fpm:9000;
}