Skip to content

Commit 09533c9

Browse files
Add Multi-website Support into Cloud Docker (#167)
1 parent 3189219 commit 09533c9

File tree

8 files changed

+8
-0
lines changed

8 files changed

+8
-0
lines changed

images/php/7.1-cli/etc/php-cli.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ always_populate_raw_post_data = -1
77
max_input_vars = 10000
88
session.gc_probability = 1
99
opcache.enable = 1
10+
auto_append_file = /app/magento-vars.php

images/php/7.1-fpm/etc/php-fpm.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
memory_limit = !PHP_MEMORY_LIMIT! ; Variable: PHP_MEMORY_LIMIT
22
opcache.enable = 1
3+
auto_append_file = /app/magento-vars.php

images/php/7.2-cli/etc/php-cli.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ always_populate_raw_post_data = -1
77
max_input_vars = 10000
88
session.gc_probability = 1
99
opcache.enable = 1
10+
auto_append_file = /app/magento-vars.php

images/php/7.2-fpm/etc/php-fpm.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
memory_limit = !PHP_MEMORY_LIMIT! ; Variable: PHP_MEMORY_LIMIT
22
opcache.enable = 1
3+
auto_append_file = /app/magento-vars.php

images/php/7.3-cli/etc/php-cli.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ always_populate_raw_post_data = -1
77
max_input_vars = 10000
88
session.gc_probability = 1
99
opcache.enable = 1
10+
auto_append_file = /app/magento-vars.php

images/php/7.3-fpm/etc/php-fpm.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
memory_limit = !PHP_MEMORY_LIMIT! ; Variable: PHP_MEMORY_LIMIT
22
opcache.enable = 1
3+
auto_append_file = /app/magento-vars.php

images/php/cli/etc/php-cli.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ always_populate_raw_post_data = -1
77
max_input_vars = 10000
88
session.gc_probability = 1
99
opcache.enable = 1
10+
auto_append_file = /app/magento-vars.php

images/php/fpm/etc/php-fpm.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
memory_limit = !PHP_MEMORY_LIMIT! ; Variable: PHP_MEMORY_LIMIT
22
opcache.enable = 1
3+
auto_append_file = /app/magento-vars.php

0 commit comments

Comments
 (0)