Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
configuration
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
configuration
Commits
19aef67c
Commit
19aef67c
authored
Oct 15, 2014
by
Feanil Patel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
None doesn't work in a complex value.
Setting a default value and adding a changelog entry.
parent
f463e915
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletions
+8
-1
CHANGELOG.md
+7
-0
playbooks/roles/edxapp/defaults/main.yml
+1
-1
No files found.
CHANGELOG.md
View file @
19aef67c
-
Role: edxapp
-
A new var was added to make it easy ot invalidate the default
memcache store to make it easier to invalidate sessions. Updating
the edxapp env.json files will result in all users getting logged
out. This is a one time penalty as long as the value of
`EDXAPP_DEFAULT_CACHE_VERSION`
is not explicitly changed.
-
Role: nginx
-
New html templates for server errors added.
Defaults for a ratelimiting static page and server error static page.
...
...
playbooks/roles/edxapp/defaults/main.yml
View file @
19aef67c
...
...
@@ -346,7 +346,7 @@ EDXAPP_CELERY_WORKERS:
service_variant
:
lms
concurrency
:
2
EDXAPP_DEFAULT_CACHE_VERSION
:
"
None
"
EDXAPP_DEFAULT_CACHE_VERSION
:
"
1
"
#-------- Everything below this line is internal to the role ------------
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment