Skip to content

Commit 41c7e34

Browse files
MCLOUD-5511: Revert Add Multi-website Support into Cloud Docker #104 (#171)
1 parent eb83985 commit 41c7e34

File tree

8 files changed

+0
-8
lines changed

8 files changed

+0
-8
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,3 @@ 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: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
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: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,3 @@ 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: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
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: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,3 @@ 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: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
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: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,3 @@ 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: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
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)