mirror of
https://git.myvelabs.com/docker/myvemail.git
synced 2026-06-17 03:49:15 +00:00
Roundcube 1.7: Nginx root changed to /public_html
This commit is contained in:
parent
6387ed3559
commit
6968b5cc4c
1 changed files with 1 additions and 1 deletions
|
|
@ -441,7 +441,7 @@ server {
|
||||||
error_log /var/log/nginx/roundcube_error.log;
|
error_log /var/log/nginx/roundcube_error.log;
|
||||||
access_log /var/log/nginx/roundcube_access.log;
|
access_log /var/log/nginx/roundcube_access.log;
|
||||||
|
|
||||||
root /usr/share/webapps/roundcube;
|
root /usr/share/webapps/roundcube/public_html;
|
||||||
|
|
||||||
# Add trailing slash to URI
|
# Add trailing slash to URI
|
||||||
location /admin {
|
location /admin {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue