+ install nginx via apt

+ add octobercms.conf to nginx
This commit is contained in:
2023-01-31 18:48:33 +01:00
parent 0ebf538eb3
commit abc9e3c177
11 changed files with 86 additions and 248 deletions

View File

@ -1,9 +1,9 @@
---
- hosts: debian10
roles:
- nginx
- php
- { role: 'nginx', tags: 'nginx' }
- { role: 'php', tags: 'php' }
# Associate further roles to servers in specific group in this file...
...
...