- 06 Nov, 2015 1 commit
-
-
Fred Smith committed
-
- 31 Oct, 2015 2 commits
-
-
Sven Marnach committed
-
Currently, there is a single flag COMMON_ENABLE_BASIC_AUTH to decide whether to enable basic auth in the nginx config. This change allows to enable basic auth selectively for individual services.
Sven Marnach committed
-
- 30 Sep, 2015 1 commit
-
-
ECOM-2180
Clinton Blackburn committed
-
- 23 Sep, 2015 1 commit
-
-
ECOM-2185
Clinton Blackburn committed
-
- 12 Mar, 2015 1 commit
-
-
Feanil Patel committed
-
- 09 Mar, 2015 1 commit
-
-
Edward Zarecor committed
-
- 28 Jan, 2015 1 commit
-
-
Feanil Patel committed
-
- 16 Jan, 2015 1 commit
-
-
changes for ssh basic play trying to pull the yaml config template up basic var refactor initial working version templates WIP toward working deployment of notes haystack var refactoring and new tasks Generalization and code review comments Maria defaults Maria defaults, refactor for consistency. missed rename var renames removed stub refactoring adding tag task until generalized adding tagging
Edward Zarecor committed
-
- 10 Dec, 2014 2 commits
-
-
John Jarvis committed
-
Also support updating repositories such as python graders from xqwatcher/xserver
Carson Gee committed
-
- 09 Dec, 2014 1 commit
-
-
John Jarvis committed
-
- 18 Nov, 2014 1 commit
-
-
Edward Zarecor committed
-
- 04 Nov, 2014 1 commit
-
-
Edward Zarecor committed
-
- 19 Sep, 2014 1 commit
-
-
e0d committed
-
- 18 Sep, 2014 4 commits
-
-
John Jarvis committed
-
John Jarvis committed
-
John Jarvis committed
-
John Jarvis committed
-
- 03 Sep, 2014 1 commit
-
-
Feanil Patel committed
-
- 21 Aug, 2014 2 commits
-
-
John Jarvis committed
-
John Jarvis committed
-
- 08 Aug, 2014 1 commit
-
-
John Jarvis committed
-
- 06 Aug, 2014 1 commit
-
-
John Jarvis committed
-
- 24 Jun, 2014 1 commit
-
-
John Jarvis committed
-
- 18 Jun, 2014 1 commit
-
-
The nginx configuration was set to pass X-Forwarded-For and related headers unodified to backend services. This works fine when nginx is deployed behind another load balancer (for example ELB), which already properly sets the X-Forwarded-* for headers. But in simpler deployment scenarios, where nginx is directly facing the end user, nginx should discard any existing X-Forwarded-For headr and set it to remote IP of the request, the X-Forwarded-Port header to the nginx server port, and the X-Forwarded-Proto to the scheme of the current request. The 'NGINX_SET_X_FORWARDED_HEADERS' is set to False by default, but set to True in the edx_sandbox playbook, where an additional load balancer in front of nginx is not usually present.
Matjaz Gregoric committed
-
- 11 Jun, 2014 1 commit
-
-
John Jarvis committed
-
- 19 May, 2014 1 commit
-
-
Feanil Patel committed
-
- 07 May, 2014 1 commit
-
-
Fred Smith committed
-
- 25 Apr, 2014 1 commit
-
-
Carson Gee committed
-
- 27 Mar, 2014 1 commit
-
-
Feanil Patel committed
-
- 27 Jan, 2014 2 commits
-
-
John Jarvis committed
-
John Jarvis committed
-
- 17 Jan, 2014 1 commit
-
-
Feanil Patel committed
-
- 27 Dec, 2013 2 commits
-
-
John Jarvis committed
-
By setting NGINX_ENABLE_SSL ssl this will be enabled in the nginx configuration for those roles that support it, currently just the lms and cms. To use a custom key/cert set the following vars: * NGINX_SSL_CERTIFICATE * NGINX_SSL_KEY Note that there is only one ssl certificate and key per nginx install, this is because of the way nginx is setup (independent of the other roles). We could enable it for different roles though they would share the same certificate.
John Jarvis committed
-
- 26 Nov, 2013 1 commit
-
-
Instead of enabling basic auth per role this makes it an nginx parameter which makes more sense for sandboxes and probably other servers where we want basic auth turned on
John Jarvis committed
-
- 28 Oct, 2013 2 commits
-
-
John Jarvis committed
-
prefix
John Jarvis committed
-
- 27 Oct, 2013 1 commit
-
-
John Jarvis committed
-