Skip to content

Commit

Permalink
fix cache dir
Browse files Browse the repository at this point in the history
  • Loading branch information
dgarciabriseno committed Nov 2, 2023
1 parent f4a5796 commit 853c78b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compose/scripts/api_config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ set -e

SETTINGS_DIR=/var/www/api.helioviewer.org/settings
sed "s|/var/www-api|/var/www/api.helioviewer.org|" ${SETTINGS_DIR}/Config.Example.ini > ${SETTINGS_DIR}/Config.ini
sed -i "s|/var/www/api.helioviewer.org/docroot/cache|/var/www/helioviewer.org/cache|" ${SETTINGS_DIR}/Config.ini
sed -i "s|/var/www/api.helioviewer.org/docroot/jp2|/tmp/jp2|" ${SETTINGS_DIR}/Config.ini

echo "acao_url[] = http://localhost:8080" >> ${SETTINGS_DIR}/Config.ini
Expand Down

0 comments on commit 853c78b

Please sign in to comment.