tarlepp/symfony-flex-backend

View on GitHub
docker/nginx/php-upstream.conf

Summary

Maintainability
Test Coverage
upstream php-upstream {
    server php:9000;
}