File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -7,13 +7,13 @@ set -eu
77# | -- VARS -- | #
88# + ---------- + #
99
10- SERVER_ADMIN=" ${SERVER_ADMIN:- you@ example.com} "
11- HTTP_SERVER_NAME=" ${HTTP_SERVER_NAME:- localhost} "
12- HTTPS_SERVER_NAME=" ${HTTPS_SERVER_NAME:- localhost} "
13- LOG_LEVEL=" ${LOG_LEVEL:- info} "
14- TZ=" ${TZ:- UTC} "
15- PHP_MEMORY_LIMIT=" ${PHP_MEMORY_LIMIT:- 256M} "
16- UPLOAD_MAX_FILESIZE=" ${UPLOAD_MAX_FILESIZE:- 8M} "
10+ export SERVER_ADMIN=" ${SERVER_ADMIN:- you@ example.com} "
11+ export HTTP_SERVER_NAME=" ${HTTP_SERVER_NAME:- localhost} "
12+ export HTTPS_SERVER_NAME=" ${HTTPS_SERVER_NAME:- localhost} "
13+ export LOG_LEVEL=" ${LOG_LEVEL:- info} "
14+ export TZ=" ${TZ:- UTC} "
15+ export PHP_MEMORY_LIMIT=" ${PHP_MEMORY_LIMIT:- 256M} "
16+ export UPLOAD_MAX_FILESIZE=" ${UPLOAD_MAX_FILESIZE:- 8M} "
1717
1818# Read Current LLC Version
1919# When version.json has CR/LF, it fx up, so have to add tr to remove the line endings.
@@ -59,4 +59,4 @@ echo '| Running Apache |'
5959echo ' + ------------------------------------------------------------------ +'
6060echo
6161
62- httpd -D FOREGROUND
62+ httpd -D FOREGROUND
You can’t perform that action at this time.
0 commit comments