mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2026-03-25 19:17:22 +01:00
put ownCloud logs in separate log files
This commit is contained in:
@@ -11,7 +11,12 @@
|
||||
rewrite ^/cloud/(contacts|calendar|files)$ /cloud/index.php/apps/$1/ redirect;
|
||||
rewrite ^(/cloud/core/doc/[^\/]+/)$ $1/index.html;
|
||||
location /cloud/ {
|
||||
|
||||
access_log /var/log/owncloud/access.log;
|
||||
error_log /var/log/owncloud/error.log;
|
||||
|
||||
alias /usr/local/lib/owncloud/;
|
||||
|
||||
location ~ ^/(data|config|\.ht|db_structure\.xml|README) {
|
||||
deny all;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user