initial commit

This commit is contained in:
Ludovic Cartier
2024-12-17 17:20:50 +01:00
parent a24d032a03
commit 4c65e9c8b4
17 changed files with 315 additions and 2 deletions

View File

@@ -1,2 +1,15 @@
# nginx
vhost definition:
nginx_vhosts:
domain.com:
template: '../data/nginx/vhost.j2'
servername: domain.fr
aliases:
- domain.fr
index: index.php
documentroot:
path: /var/www/domain.com
user: www-data
group: www-data
php_socket: /run/php/php8.1-fpm-www.sock
custom_config:
- wordpress.conf