Commit 3bc8c202 by John Jarvis

adding lms-backend

parent 07b58cc1
......@@ -9,4 +9,4 @@
template: src=auth.json.j2 dest=/opt/wwc/lms-auth.json
sudo: True
- include: ../../nginx/tasks/nginx_site.yml state=link site_name=lms
- include: ../../nginx/tasks/nginx_site.yml state=link site_name=lms-backend
upstream lms-backend {
# For a TCP configuration:
server 127.0.0.1:8000 fail_timeout=0;
}
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