Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dominik Erdmann
Filmverwaltung
Commits
57da6b3d
Commit
57da6b3d
authored
Aug 12, 2021
by
Dominik Erdmann
Browse files
add https to host-replacing
parent
76a8ca6b
Pipeline
#2884
passed with stage
in 44 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
docker/startup.sh
View file @
57da6b3d
...
...
@@ -41,9 +41,7 @@ sed \
-e
"s/define('ERRORHANDLER_ENABLED'.*/define('ERRORHANDLER_ENABLED',
$ERRORHANDLER_ENABLED
);/"
\
-e
"s/define('PHPINFO_ENABLED'.*/define('PHPINFO_ENABLED',
$PHPINFO_ENABLED
);/"
\
-e
"s/define('DEFAULT_CHARSET'.*/define('DEFAULT_CHARSET', '
$DEFAULT_CHARSET
');/"
\
<
$DST_DIR
/config.php-dist
>
$DST_DIR
/config.php
sed
\
-e
"s|define('SELF_HOST'.*|define('SELF_HOST', '
$HOST
');|"
\
-e
"s|define('SELF_HOST'.*|define('SELF_HOST', 'https:
\\
$HOST
');|"
\
<
$DST_DIR
/config.php-dist
>
$DST_DIR
/config.php
# enable symLinks for cover directory in VirtualHost
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment