dockerfiles/base/php-nginx/7.4-alpine/conf/etc/nginx/conf.d/10-php.conf

4 lines
42 B
Plaintext

upstream php {
server <PHP_SOCKET>;
}