Files
LEMPer/nginx/upstream.conf
Edi Septriyanto 891fcac73e initial commit
2017-08-30 22:15:00 +07:00

7 lines
176 B
Plaintext

## Designed to be included to /etc/nginx/nginx.conf http{} block.
# Example for node.js server or php-fpm binding with TCP.
#upstream app_nodejs {
# server 127.0.0.1:3000;
#}