Add portable version of Laragon
This commit is contained in:
6
etc/nginx/php_upstream.conf
Normal file
6
etc/nginx/php_upstream.conf
Normal file
@@ -0,0 +1,6 @@
|
||||
# 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;
|
||||
}
|
||||
Reference in New Issue
Block a user