root path #22
2 changed files with 1 additions and 4 deletions
|
@ -86,7 +86,7 @@ nginx_vhosts:
|
|||
template: 'roundcube'
|
||||
proto: 'http'
|
||||
listen: '80'
|
||||
root: '{{ rcube_latest_path }}'
|
||||
root: 'roundcube_production'
|
||||
index: 'index.php'
|
||||
use_access_log: 'true'
|
||||
use_error_log: 'true'
|
||||
|
|
|
@ -52,9 +52,6 @@ rcube_plugins: # Comes from different repos
|
|||
hostname_pop: 'pop.%S'
|
||||
enable_custombox: 'false'
|
||||
|
||||
- name: 'delete_old'
|
||||
repo: 'https://github.com/ron4mac/roundcube_delete_old'
|
||||
|
||||
- name: 'show_folder_size'
|
||||
repo: 'https://github.com/jfcherng/roundcube-plugin-show-folder-size'
|
||||
|
||||
|
|
Loading…
Reference in a new issue