feat: add nginx nextcloud config

This commit is contained in:
2024-12-23 11:12:00 +00:00
parent ff8bc4fd06
commit 8ae4246c6b
5 changed files with 48 additions and 0 deletions

View File

@@ -30,6 +30,11 @@
name: dovecot
state: restarted
- name: reload nginx
systemd:
name: nginx
state: reloaded
- name: restart nginx
systemd:
name: nginx