Files
laragon/etc/nginx/php_upstream.conf
2018-07-18 11:22:49 +07:00

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;
}