mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
8 lines
152 B
Bash
8 lines
152 B
Bash
#!/bin/sh
|
|
|
|
if [[ $ACSURL ]]; then
|
|
sed -i s%{protocol}//{hostname}{:port}%"$ACSURL"%g /usr/share/nginx/html/app.config.json
|
|
fi
|
|
|
|
nginx -g "daemon off;"
|