roles/nginx: Remove nginx pre/post hooks

We are now using the well-known webroot.
This commit is contained in:
Alan Orth 2021-03-19 23:46:22 +02:00
parent ceba0ea417
commit f341d2e5eb
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
2 changed files with 0 additions and 6 deletions

View File

@ -1,3 +0,0 @@
#!/usr/bin/env bash
/bin/systemctl start nginx

View File

@ -1,3 +0,0 @@
#!/usr/bin/env bash
/bin/systemctl stop nginx