Skip to content

Commit

Permalink
set PREFFERED_URL_SCHEME env var for superdesk
Browse files Browse the repository at this point in the history
  • Loading branch information
petrjasek committed Sep 20, 2022
1 parent f99785d commit 6fef470
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tpl/superdesk/activate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ _ELASTIC_PORT=${ELASTIC_PORT:-'9201'}
ELASTICSEARCH_URL="http://$DB_HOST:$_ELASTIC_PORT"
ELASTICSEARCH_INDEX="$DB_NAME"

PREFERRED_URL_SCHEME="https"

# analytics
STATISTICS_ELASTIC_URL="$ELASTICSEARCH_URL"
STATISTICS_ELASTIC_INDEX="${DB_NAME}_statistics"
Expand Down

0 comments on commit 6fef470

Please sign in to comment.