mirror of
https://github.com/YunoHost-Apps/wordpress_ynh.git
synced 2024-09-03 20:36:10 +02:00
Add webfinger redirection for sub-path (ActivityPub actor visibility)
Fixes https://github.com/YunoHost-Apps/wordpress_ynh/issues/61
This commit is contained in:
parent
bc9d6cf813
commit
2d084db170
1 changed files with 4 additions and 0 deletions
|
@ -31,3 +31,7 @@ location __PATH__/ {
|
|||
# Include SSOWAT user panel.
|
||||
include conf.d/yunohost_panel.conf.inc;
|
||||
}
|
||||
|
||||
#sub_path_only location /.well-known/ {
|
||||
#sub_path_only return 301 https://__DOMAIN__/__PATH__/$request_uri;
|
||||
#sub_path_only }
|
||||
|
|
Loading…
Add table
Reference in a new issue