Files
LEMPer/etc/nginx/upstream
2019-07-23 00:53:07 +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;
#}