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
b39712c4
Commit
b39712c4
authored
Dec 29, 2015
by
Edward Zarecor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build fixes for nginx, add forum
parent
62ee5720
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
1 deletions
+7
-1
docker/build/nginx/Dockerfile
+3
-1
docker/build/nginx/ansible_overrides.yml
+3
-0
docker/plays/nginx.yml
+1
-0
No files found.
docker/build/nginx/Dockerfile
View file @
b39712c4
...
...
@@ -9,7 +9,9 @@ RUN /edx/app/edx_ansible/venvs/edx_ansible/bin/ansible-playbook nginx.yml -c loc
-i
'127.0.0.1,'
\
-e
@roles/edxapp/defaults/main.yml
\
-e
@roles/xqueue/defaults/main.yml
\
-e
@roles/certs/defaults/main.yml
-e
@roles/certs/defaults/main.yml
\
-e
@roles/forum/defaults/main.yml
RUN
echo
"
\n
daemon off;"
>>
/etc/nginx/nginx.conf
WORKDIR
/etc/nginx
...
...
docker/build/nginx/ansible_overrides.yml
0 → 100644
View file @
b39712c4
---
FLOCK_TLD
:
"
edx"
docker/plays/nginx.yml
View file @
b39712c4
...
...
@@ -14,6 +14,7 @@
-
cms
-
xqueue
-
certs
-
forum
nginx_default_sites
:
-
lms
nginx_extra_sites
:
"
{{
NGINX_EDXAPP_EXTRA_SITES
}}"
...
...
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