File tree Expand file tree Collapse file tree 3 files changed +15
-2
lines changed
Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -8,3 +8,6 @@ cdn/deploy
88resources /bootstrap.inc.sh
99resources /.bootstrap-version
1010_common /
11+
12+ # State files
13+ _control /debug
Original file line number Diff line number Diff line change 1+
2+ php_value display_errors off
3+ php_value display_startup_errors off
4+
5+ <IfFile /var/www/html/_control/debug>
6+ php_value display_startup_errors on
7+ php_value display_errors stderr
8+ </IfFile>
9+
10+
111<IfModule mod_headers.c >
212 Header set Access-Control-Allow -Origin "*"
313</IfModule >
414<IfModule mod_mime.c >
515 AddType font/ttf .ttf
6- AddType application/javascript .js
16+ AddType application/javascript .js
717
818 AddCharset UTF-8 .js
919</IfModule >
Original file line number Diff line number Diff line change 22# # START STANDARD SITE BUILD SCRIPT INCLUDE
33readonly THIS_SCRIPT=" $( readlink -f " ${BASH_SOURCE[0]} " ) "
44readonly BOOTSTRAP=" $( dirname " $THIS_SCRIPT " ) /resources/bootstrap.inc.sh"
5- readonly BOOTSTRAP_VERSION=v0.10
5+ readonly BOOTSTRAP_VERSION=v0.11
66[ -f " $BOOTSTRAP " ] && source " $BOOTSTRAP " || source <( curl -fs https://raw.githubusercontent.com/keymanapp/shared-sites/$BOOTSTRAP_VERSION /bootstrap.inc.sh)
77# # END STANDARD SITE BUILD SCRIPT INCLUDE
88
You can’t perform that action at this time.
0 commit comments