1
0
Fork 0
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:
lapineige 2023-12-17 13:52:20 +01:00 committed by GitHub
parent bc9d6cf813
commit 2d084db170
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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