EOX GitLab Instance

Skip to content
Snippets Groups Projects
Commit cbd4c82d authored by Karl Grube's avatar Karl Grube
Browse files

remove the localhost.conf from nginx for sure

parent a70f11a3
No related branches found
No related tags found
No related merge requests found
......@@ -13,6 +13,11 @@
dest: /etc/nginx/sites-available/jitsi
notify: reload nginx
tags: site,conf
- name: make sure that localhost.conf is missing
file:
state: absent
path: /etc/nginx/sites-enabled/localhost.conf
notify: reload nginx
- name: link site
file:
state: link
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment