mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
committed by
Denys Vuika
parent
9a030cdf6f
commit
3c6ec05e26
@@ -3,5 +3,8 @@
|
|||||||
if [[ $ACSURL ]]; then
|
if [[ $ACSURL ]]; then
|
||||||
sed -i s%{protocol}//{hostname}{:port}%"$ACSURL"%g /usr/share/nginx/html/app.config.json
|
sed -i s%{protocol}//{hostname}{:port}%"$ACSURL"%g /usr/share/nginx/html/app.config.json
|
||||||
fi
|
fi
|
||||||
|
if [[ $BASEPATH ]]; then
|
||||||
|
sed -i s%href=\"./"%href=\""$BASEPATH"\"%g /usr/share/nginx/html/index.html
|
||||||
|
fi
|
||||||
|
|
||||||
nginx -g "daemon off;"
|
nginx -g "daemon off;"
|
||||||
|
Reference in New Issue
Block a user