kopia lustrzana https://github.com/friendica/friendica
Merge pull request #6221 from wouter705/20181201-nginx-sample-doc
Updated .well-known location within Nginx Sample Config:pull/6225/head
commit
e88781164a
|
@ -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;
|
||||
|
|
Ładowanie…
Reference in New Issue