mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-05-26 17:24:45 +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;"
|