mirror of
https://github.com/nextcloud/documentation.git
synced 2026-04-12 06:09:39 +07:00
Route calls to index.php via try_files with nginx
This commit is contained in:
@@ -62,7 +62,7 @@ Nginx Configuration
|
||||
|
||||
rewrite ^(/core/doc/[^\/]+/)$ $1/index.html;
|
||||
|
||||
try_files $uri $uri/ index.php;
|
||||
try_files $uri $uri/ /index.php;
|
||||
}
|
||||
|
||||
location ~ \.php(?:$|/) {
|
||||
|
||||
Reference in New Issue
Block a user