Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 1 addition & 7 deletions admin_manual/installation/nginx_nextcloud_9x.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down Expand Up @@ -221,10 +218,7 @@ your nginx installation.
# Uncomment if your server is build with the ngx_pagespeed module
# This module is currently not supported.
#pagespeed off;

error_page 403 /nextcloud/core/templates/403.php;
error_page 404 /nextcloud/core/templates/404.php;


location /nextcloud {
rewrite ^ /nextcloud/index.php$uri;
}
Expand Down