Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: apply recommneded settings for running open edx proxy #46

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions ansible/group_vars/tutor/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ tutor_version: "16.1.0"
tutor_config_repo: [email protected]:Abstract-Tech/community-theme-tutor.git

tutor_prod_config:
ENABLE_WEB_PROXY: false
ENABLE_WEB_PROXY: true
ENABLE_HTTPS: true
CADDY_HTTP_PORT: 7001

tutor_app: community_theme
1 change: 0 additions & 1 deletion config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ CMS_OAUTH2_SECRET: 2icx54cdu9SJ77KMlZgHTWcm
CONTACT_EMAIL: [email protected]
DOCKER_IMAGE_OPENEDX: docker.io/abstract2tech/community-theme-openedx:16.1.0
ENABLE_HTTPS: false
ENABLE_WEB_PROXY: true
ID: jxBish2U54zbLTe82GMVvnyO
JWT_RSA_PRIVATE_KEY: '-----BEGIN RSA PRIVATE KEY-----

Expand Down