Skip to content

Commit

Permalink
Merge pull request #1 from lossos/lossos-patch-1
Browse files Browse the repository at this point in the history
Removed default nginx page
  • Loading branch information
lossos authored Nov 22, 2019
2 parents 863d122 + 401b420 commit 715b64a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tasks/nginx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@
changed_when: false
failed_when: false

- name: Deactivate default Nginx site.
file:
path: /etc/nginx/sites-enabled/default
state: absent
notify: Reload the Nginx service

- name: Deploy Nginx configuration
template:
src: "{{ item.src }}"
Expand Down

0 comments on commit 715b64a

Please sign in to comment.