* Proxy changes now use a real tld of .net

This is to make browser behave better as they would always try to
avoid the domain lookup
This commit is contained in:
2022-04-30 21:57:00 -07:00
parent 02a47b8418
commit f4b24be904
9 changed files with 41 additions and 5 deletions

View File

@@ -21,6 +21,11 @@
name: apache2
state: absent
- name: Ensure the default website is disabled
file:
path: /etc/nginx/sites-enabled/default
state: absent
- name: website user account
user:
name: "{{STATIC_USER}}"
@@ -44,8 +49,8 @@
- ../files/music.lablad
- ../files/files.lablad
- ../files/metrics.lablad
- ../files/metrics.lablad
- ../files/todo.lablad
- ../files/home.lablad
- name: Enable Sites
file:
@@ -58,6 +63,7 @@
- files.lablad
- metrics.lablad
- todo.lablad
- home.lablad
notify:
- restart-nginx