Skip to content
Snippets Groups Projects
Commit 9b46e3b3 authored by Lukas Reschke's avatar Lukas Reschke
Browse files

Add expected values to default config as well

parent 2f0f3876
No related branches found
No related tags found
No related merge requests found
...@@ -14,6 +14,7 @@ php_value memory_limit 512M ...@@ -14,6 +14,7 @@ php_value memory_limit 512M
php_value mbstring.func_overload 0 php_value mbstring.func_overload 0
php_value always_populate_raw_post_data -1 php_value always_populate_raw_post_data -1
php_value default_charset 'UTF-8' php_value default_charset 'UTF-8'
php_value output_buffering false
<IfModule mod_env.c> <IfModule mod_env.c>
SetEnv htaccessWorking true SetEnv htaccessWorking true
</IfModule> </IfModule>
......
...@@ -4,3 +4,4 @@ memory_limit=512M ...@@ -4,3 +4,4 @@ memory_limit=512M
mbstring.func_overload=0 mbstring.func_overload=0
always_populate_raw_post_data=-1 always_populate_raw_post_data=-1
default_charset='UTF-8' default_charset='UTF-8'
output_buffering=false
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment