Merge pull request #409 from nextcloud/nginx_error

[stable9] Fix the nginx config
This commit is contained in:
Morris Jobke 2017-04-11 15:09:58 -05:00 committed by GitHub
commit 78ae629a37

View File

@ -84,9 +84,6 @@ your nginx installation.
# This module is currently not supported.
#pagespeed off;
error_page 403 /core/templates/403.php;
error_page 404 /core/templates/404.php;
location / {
rewrite ^ /index.php$uri;
}
@ -284,4 +281,4 @@ your nginx installation.
}
}
}