Skip to content

Commit be08f1a

Browse files
author
Oleksandr Iegorov
committed
MAGETWO-55757: Magento 2 does not work on Apache php-fpm environment
1 parent ee1daef commit be08f1a

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.user.ini

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
memory_limit = 768M
2+
max_execution_time = 18000
3+
session.auto_start = off
4+
suhosin.session.cryptua = off

pub/.user.ini

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
memory_limit = 768M
2+
max_execution_time = 18000
3+
session.auto_start = off
4+
suhosin.session.cryptua = off

0 commit comments

Comments
 (0)