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

4 lines
51 B
Plaintext
Raw Normal View History

2018-12-20 17:32:50 +01:00
upstream php-upstream {
server php-fpm:9000;
}