mirror of
https://github.com/HanXHX/ansible-nginx.git
synced 2026-04-09 12:42:10 +07:00
Add owncloud and prevent nginx from dotdeb
This commit is contained in:
@@ -110,3 +110,10 @@ nginx_ssl_pairs: []
|
||||
nginx_dh: null
|
||||
nginx_dh_path: '{{ nginx_ssl_dir }}/dhparam.pem'
|
||||
nginx_dh_length: 2048
|
||||
|
||||
# Extra
|
||||
|
||||
# Note:
|
||||
# - On Debian, if you use Owncloud from Upstream repository, you must set this var to "/var/www/owncloud"
|
||||
# - TODO: force this var in vars/FreeBSD.yml
|
||||
nginx_owncloud_root: '/usr/share/owncloud'
|
||||
|
||||
Reference in New Issue
Block a user