Files
slovnik30/.docker/nginx/conf.d/default.conf
2022-01-13 18:41:03 +01:00

4 lines
47 B
Plaintext

upstream php-upstream {
server php:9000;
}