Backoffice : configuration de PHP-FPM
This commit is contained in:
parent
3a4ccdce0a
commit
bafac907de
@ -1 +1,9 @@
|
||||
upload_max_filesize=513M
|
||||
post_max_size=513M
|
||||
memory_limit=512M
|
||||
mbstring.func_overload=0
|
||||
always_populate_raw_post_data=-1
|
||||
default_charset='UTF-8'
|
||||
output_buffering=0
|
||||
date.timezone='Europe/Paris'
|
||||
env[APPLICATION_ENV] = "development"
|
@ -1 +1,9 @@
|
||||
upload_max_filesize=513M
|
||||
post_max_size=513M
|
||||
memory_limit=512M
|
||||
mbstring.func_overload=0
|
||||
always_populate_raw_post_data=-1
|
||||
default_charset='UTF-8'
|
||||
output_buffering=0
|
||||
date.timezone='Europe/Paris'
|
||||
env[APPLICATION_ENV] = "staging"
|
@ -16,7 +16,7 @@
|
||||
become: yes
|
||||
replace: dest="{{ ansistrano_release_path.stdout }}/application/configs/application.ini" regexp="PROJECT_DIR" replace="{{ ansistrano_deploy_to }}"
|
||||
|
||||
- name: BACKOFFICE | Configure Project php
|
||||
- name: BACKOFFICE | Configuration PHP-FPM
|
||||
become: yes
|
||||
copy: src="./config/.user.{{ project_config }}.ini" dest="{{ ansistrano_release_path.stdout }}/.user.ini"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user