[Pkg-owncloud-commits] [owncloud-doc] 01/04: 40x.php do not determine the error, they only display it
David Prévot
taffit at alioth.debian.org
Thu Oct 17 22:40:41 UTC 2013
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch dfsg_clean
in repository owncloud-doc.
commit 7c1f72a567e16f8233ff915a19ed4efe8ae12aab
Author: Daniel Molkentin <daniel at molkentin.de>
Date: Tue Oct 15 15:01:47 2013 +0200
40x.php do not determine the error, they only display it
http://wiki.nginx.org/HttpCoreModule#error_page
See https://github.com/owncloud/mirall/issues/1098#issuecomment-26331473
---
admin_manual/installation/installation_others.rst | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/admin_manual/installation/installation_others.rst b/admin_manual/installation/installation_others.rst
index e63d4b5..2bea011 100644
--- a/admin_manual/installation/installation_others.rst
+++ b/admin_manual/installation/installation_others.rst
@@ -40,8 +40,8 @@ Nginx Configuration
rewrite ^/webdav(.*)$ /remote.php/webdav$1 redirect;
index index.php;
- error_page 403 = /core/templates/403.php;
- error_page 404 = /core/templates/404.php;
+ error_page 403 /core/templates/403.php;
+ error_page 404 /core/templates/404.php;
location = /robots.txt {
allow all;
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-doc.git
More information about the Pkg-owncloud-commits
mailing list