mirror of
https://github.com/YunoHost-Apps/mastodon_ynh.git
synced 2024-09-03 19:46:02 +02:00
Fix redirect location
This commit is contained in:
parent
495410fac8
commit
cd6c54e95d
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
|||
location ~ ^/.well-known/(host-meta|nodeinfo|webfinger)/ {
|
||||
location ~ ^/.well-known/(host-meta|nodeinfo|webfinger) {
|
||||
return 301 https://__DOMAIN__$request_uri;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue