You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
594 B
25 lines
594 B
webserver_htpasswd_file:
|
|
openbsd:
|
|
path: /var/www/htpasswd
|
|
chroot_path: /htpasswd
|
|
owner: www
|
|
group: www
|
|
mode: "0400"
|
|
crypt_scheme: "bcrypt"
|
|
|
|
webserver_packages:
|
|
openbsd:
|
|
- py3-passlib
|
|
|
|
webserver_directories:
|
|
openbsd:
|
|
- path: /var/www/htdocs/pub
|
|
owner: www
|
|
- path: /var/www/htdocs/restricted
|
|
owner: www
|
|
|
|
webserver_config_insertions:
|
|
openbsd:
|
|
- path: /etc/httpd.conf
|
|
line: 'include "/etc/httpd.conf.default"'
|
|
regexp: '^.*include.*"/etc/httpd.conf.default".*$'
|
|
|