Commit 30851d87 by Sef Kloninger

go back to using separate lms-preview nginx app

We have still consolidated the unicorn processes, but we need separate
nginx configs for lms and lms-preview for preview to have basic auth.
parent a90dd101
...@@ -40,6 +40,7 @@ ...@@ -40,6 +40,7 @@
- role: nginx - role: nginx
nginx_sites: nginx_sites:
- lms - lms
- lms-preview
- cms - cms
- verify - verify
nginx_template_directory: "{{local_dir}}/nginx/templates/" nginx_template_directory: "{{local_dir}}/nginx/templates/"
......
...@@ -35,6 +35,7 @@ ...@@ -35,6 +35,7 @@
- role: nginx - role: nginx
nginx_sites: nginx_sites:
- lms - lms
- lms-preview
- cms - cms
- verify - verify
nginx_template_directory: "{{local_dir}}/nginx/templates/" nginx_template_directory: "{{local_dir}}/nginx/templates/"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment