Files
laragon/etc/nginx/php_upstream.conf
2018-07-24 11:20:55 +00:00

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