33 lines
878 B
YAML
33 lines
878 B
YAML
---
|
|
http_port: 8096
|
|
hostname: jellyfin.example.org
|
|
configure_apache: true
|
|
environmental_variables: {}
|
|
vhosts:
|
|
- vhostname: "{{ hostname }}"
|
|
weight: 25
|
|
web_port: 80
|
|
ssl_port: 443
|
|
ssl: yes
|
|
docroot: "/var/www/{{ hostname }}"
|
|
serveradmin: "webmaster@{{ hostname }}"
|
|
server_aliases: []
|
|
root_options:
|
|
- '-Indexes'
|
|
- '-FollowSymLinks'
|
|
aliases: []
|
|
# - dest: my_page
|
|
# src: /var/www/my_page
|
|
directories: []
|
|
# - path: /var/www/host.example.org/custom_dir
|
|
# options:
|
|
# - '-Indexes'
|
|
# - '-FollowSymLinks'
|
|
# allow_override: None
|
|
# require: 'all granted'
|
|
# custom_code: ""
|
|
custom_code: ""
|
|
# ldap:
|
|
# url: ldap://ldap.example.org/ou=People,ou=Users,dc=example,dc=org?uid
|
|
# require: valid-user
|
|
reverse_proxy: "http://127.0.0.1:{{ http_port }}/"
|