Add expected values to default config as well
This commit is contained in:
parent
2f0f38761d
commit
9b46e3b3d5
2 changed files with 2 additions and 0 deletions
|
@ -14,6 +14,7 @@ php_value memory_limit 512M
|
|||
php_value mbstring.func_overload 0
|
||||
php_value always_populate_raw_post_data -1
|
||||
php_value default_charset 'UTF-8'
|
||||
php_value output_buffering false
|
||||
<IfModule mod_env.c>
|
||||
SetEnv htaccessWorking true
|
||||
</IfModule>
|
||||
|
|
|
@ -4,3 +4,4 @@ memory_limit=512M
|
|||
mbstring.func_overload=0
|
||||
always_populate_raw_post_data=-1
|
||||
default_charset='UTF-8'
|
||||
output_buffering=false
|
Loading…
Reference in a new issue