mirror of
https://github.com/YunoHost-Apps/friendica_ynh.git
synced 2024-09-03 18:36:14 +02:00
Merge 001f7c620b
into 58774643d2
This commit is contained in:
commit
9d1b417986
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ rewrite ^ https://$server_name$request_uri? permanent;
|
|||
# by denying dot files and rewrite request to the front controller
|
||||
location ^~ /.well-known/ {
|
||||
allow all;
|
||||
rewrite ^/(.*) /index.php?pagename=$uri&$args last;
|
||||
rewrite ^/(.*) /index.php?pagename=$request_uri&$args last;
|
||||
}
|
||||
|
||||
#statically serve these file types when possible
|
||||
|
|
Loading…
Add table
Reference in a new issue