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
edx
configuration
Commits
667d4c05
Commit
667d4c05
authored
May 15, 2013
by
Joe Blaylock
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Addressing jarv's concerns
parent
56d4b726
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
playbooks/roles/common/tasks/software_update.yml
+1
-1
playbooks/roles/gunicorn/templates/cms.conf.j2
+1
-1
No files found.
playbooks/roles/common/tasks/software_update.yml
View file @
667d4c05
---
---
-
name
:
edx-update.sh, manual lms/cms update script
-
name
:
edx-update.sh, manual lms/cms update script
template
:
src=
roles/common/templates/
edx-update.sh.j2 dest=/usr/local/bin/edx-update.sh owner=ubuntu group=adm mode=0775
template
:
src=edx-update.sh.j2 dest=/usr/local/bin/edx-update.sh owner=ubuntu group=adm mode=0775
tags
:
tags
:
-
release
-
release
-
update
-
update
playbooks/roles/gunicorn/templates/cms.conf.j2
View file @
667d4c05
...
@@ -22,4 +22,4 @@ env SERVICE_VARIANT="cms"
...
@@ -22,4 +22,4 @@ env SERVICE_VARIANT="cms"
chdir {{platform_code_dir}}
chdir {{platform_code_dir}}
setuid www-data
setuid www-data
exec
${venv_dir
}/bin/gunicorn_django -b 127.0.0.1:$PORT -w $WORKERS --timeout=300 --pythonpath={{platform_code_dir}} --settings=cms.envs.aws
exec
{{venv_dir}
}/bin/gunicorn_django -b 127.0.0.1:$PORT -w $WORKERS --timeout=300 --pythonpath={{platform_code_dir}} --settings=cms.envs.aws
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