mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-02 17:59:36 +07:00
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
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user