7 lines
230 B
Plaintext
7 lines
230 B
Plaintext
# if you want to increase the number of PHP processes, put this line (without #) on usr/laragon.ini, under [nginx]
|
|
# [nginx]
|
|
# Upstream=5
|
|
upstream php_upstream {
|
|
server 127.0.0.1:9001 weight=1 max_fails=1 fail_timeout=1;
|
|
}
|