fix dockerfile
This commit is contained in:
parent
8d30dd70a2
commit
4b6ae8ef13
1 changed files with 2 additions and 2 deletions
|
@ -91,8 +91,8 @@ ENV nginx_root_directory=/var/www/html/public \
|
|||
client_max_body_size=2M \
|
||||
clear_env=no \
|
||||
pm_start_servers=20 \
|
||||
pm_min_spare_servers= 10 \
|
||||
pm_max_spare_servers= 20 \
|
||||
pm_min_spare_servers=10 \
|
||||
pm_max_spare_servers=20 \
|
||||
pm_max_requests=1000 \
|
||||
allow_url_fopen=On \
|
||||
allow_url_include=Off \
|
||||
|
|
Loading…
Add table
Reference in a new issue