Files
LiveCartaWP/devops/nginx/conf.d/default.conf
2022-10-04 12:26:42 +02:00

3 lines
52 B
Plaintext

upstream php-upstream {
server 127.0.0.1:9000;
}