mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
nginx config: fix space in try_files
This commit is contained in:
parent
8db62274fb
commit
333bb393d7
@ -93,7 +93,7 @@ Nginx Configuration
|
||||
|
||||
rewrite ^(/core/doc/[^\/]+/)$ $1/index.html;
|
||||
|
||||
try_files $uri $uri/ = 404;
|
||||
try_files $uri $uri/ =404;
|
||||
}
|
||||
|
||||
location ~ \.php(?:$|/) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user