Merge branch '2018.12-rc' into task/move-config-to-php-array
This commit is contained in:
commit
fabc90e9dd
420 changed files with 3127 additions and 2911 deletions
|
@ -91,7 +91,7 @@ server {
|
|||
# by denying dot files and rewrite request to the front controller
|
||||
location ^~ /.well-known/ {
|
||||
allow all;
|
||||
try_files $uri /index.php?pagename=$uri&$args;
|
||||
rewrite ^ /index.php?pagename=$uri;
|
||||
}
|
||||
|
||||
include mime.types;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue