release 22.07.1 #160

Merged
jlecour merged 21 commits from unstable into stable 2022-07-28 13:51:58 +02:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit a8c117146c - Show all commits

View file

@ -9,7 +9,7 @@
ServerName {{ roundcube_host }}
# Repertoire principal
DocumentRoot /var/lib/roundcube/
DocumentRoot /var/lib/roundcube/public_html
# Return 503 if imapproxy doesn't run
<If "! -f '/run/imapproxy.pid'">

View file

@ -10,7 +10,7 @@ server {
access_log /var/log/nginx/.{{ roundcube_host }}.access.log;
error_log /var/log/nginx/.{{ roundcube_host }}.error.log;
root /var/lib/roundcube/;
root /var/lib/roundcube/public_html;
index index.php;
location / {