initial commit
This commit is contained in:
17
README.md
17
README.md
@@ -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
|
||||
|
Reference in New Issue
Block a user