You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nguyễn Hải Quang edited this page Aug 8, 2020
·
1 revision
http {
upstream php_farm {
server 127.0.0.1:9001 weight=1;
server 127.0.0.1:9002 weight=1;
server 127.0.0.1:9003 weight=1;
server 127.0.0.1:9004 weight=1;
server 127.0.0.1:9005 weight=1;
}
include "D:/Server/nginx/vhosts/*.conf";
client_max_body_size 128m;
}