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
a60cd66d
Commit
a60cd66d
authored
Oct 11, 2013
by
John Jarvis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removing nginx_site.yml, no longer needed
parent
ef449bc5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
24 deletions
+0
-24
playbooks/roles/nginx/tasks/nginx_site.yml
+0
-24
No files found.
playbooks/roles/nginx/tasks/nginx_site.yml
deleted
100644 → 0
View file @
ef449bc5
# Requires nginx package
---
-
name
:
nginx | Copying nginx config {{ site_name }}
template
:
src={{ item }} dest=/etc/nginx/sites-available/{{ site_name }} owner=root group=root mode=0600
notify
:
nginx | restart nginx
tags
:
-
nginx
-
lms
-
cms
-
nginx-env
-
update
-
deploy
-
name
:
nginx | Creating nginx config link {{ site_name }}
file
:
src=/etc/nginx/sites-available/{{ site_name }} dest=/etc/nginx/sites-enabled/{{ site_name }} state={{ state }} owner=root group=root
notify
:
nginx | restart nginx
when
:
nginx_role_run is defined
tags
:
-
nginx
-
lms
-
cms
-
nginx-env
-
update
-
deploy
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