mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
Route calls to index.php via try_files with nginx
This commit is contained in:
parent
3bbaf57187
commit
4e59c6c221
@ -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(?:$|/) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user