ansible/host_vars/roundcube.adm.crans.org.yml

27 lines
723 B
YAML

---
interfaces:
adm: eth0
srv_nat: eth1
loc_nginx:
service_name: "roundcube"
ssl: []
servers:
- server_name:
- "roundcube.adm.crans.org"
default: true
root: "/var/lib/roundcube"
locations:
- filter: "~ \\.php$"
params:
- "include snippets/fastcgi-php.conf"
- "fastcgi_buffer_size 128k"
- "fastcgi_buffers 4 256k"
- "fastcgi_busy_buffers_size 256k"
- "fastcgi_pass unix:/var/run/php/php7.3-fpm.sock"
- "include fastcgi_params"
additional_params:
- "index index.php index.htm index.html"
- "try_files $uri $uri/ /index.php?q=$uri&$args"
- "client_max_body_size 10G"