This repository was archived by the owner on Dec 19, 2019. It is now read-only.
File tree 3 files changed +11
-5
lines changed
3 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 28
28
#AddHandler x-mapp-php5 .php
29
29
30
30
############################################
31
- ## default index file
32
- ## Specifies option, to use methods arguments in backtrace or not
31
+ ## enable usage of methods arguments in backtrace
32
+
33
33
SetEnv MAGE_DEBUG_SHOW_ARGS 1
34
34
35
+ ############################################
36
+ ## default index file
37
+
35
38
DirectoryIndex index.php
36
39
37
40
<IfModule mod_php5.c >
Original file line number Diff line number Diff line change 28
28
#AddHandler x-mapp-php5 .php
29
29
30
30
############################################
31
- ## default index file
32
- ## Specifies option, to use methods arguments in backtrace or not
31
+ ## enable usage of methods arguments in backtrace
32
+
33
33
SetEnv MAGE_DEBUG_SHOW_ARGS 1
34
34
35
+ ############################################
36
+ ## default index file
37
+
35
38
DirectoryIndex index.php
36
39
37
40
############################################
Original file line number Diff line number Diff line change 9
9
# listen 80;
10
10
# server_name mage.dev;
11
11
# set $MAGE_ROOT /var/www/magento2;
12
- # set $MAGE_DEBUG_SHOW_ARGS 1
12
+ # set $MAGE_DEBUG_SHOW_ARGS 1;
13
13
# include /vagrant/magento2/nginx.conf.sample;
14
14
# }
15
15
#
You can’t perform that action at this time.
0 commit comments