1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/friendica_ynh.git synced 2024-09-03 18:36:14 +02:00
This commit is contained in:
Josue-T 2017-12-29 14:26:12 +00:00 committed by GitHub
commit 9d1b417986

View file

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