root path #22

Merged
meaz merged 3 commits from root_path into main 2023-10-25 06:52:37 +02:00
2 changed files with 1 additions and 4 deletions

View file

@ -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'

View file

@ -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'