Merge pull request #6221 from wouter705/20181201-nginx-sample-doc

Updated .well-known location within Nginx Sample Config:
This commit is contained in:
Hypolite Petovan 2018-12-01 13:29:50 -05:00 committed by GitHub
commit e88781164a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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;