Add portable version of Laragon

This commit is contained in:
LeoKhoa
2018-07-24 11:20:55 +00:00
parent 848a189df1
commit db5cf71b12
608 changed files with 204678 additions and 0 deletions

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